Macro bitcoin_hashes::index_impl[][src]

macro_rules! index_impl {
    ($ty : ident) => { ... };
    ($ty : ident, $($gen : ident : $gent : ident), *) => { ... };
}
Expand description

Adds core::ops::Index trait implementation to a given type $ty