Macro bitcoin_hashes::index_impl [−][src]
macro_rules! index_impl { ($ty:ident) => { ... }; ($ty:ident, $($gen:ident: $gent:ident),*) => { ... }; }
Adds core::ops::Index
trait implementation to a given type $ty
macro_rules! index_impl { ($ty:ident) => { ... }; ($ty:ident, $($gen:ident: $gent:ident),*) => { ... }; }
Adds core::ops::Index
trait implementation to a given type $ty