Trait cfx_storage::utils::tuple::TupleGetIndexExt
source · pub trait TupleGetIndexExt<I: TupleIndex> {
type ElementType: ?Sized;
// Required methods
fn get_impl(&self) -> &Self::ElementType;
fn get_mut_impl(&mut self) -> &mut Self::ElementType;
}
Expand description
This trait is on Tuple.