Trait cfx_storage::utils::tuple::IndexGetExt
source · pub trait IndexGetExt<T>: TupleIndex {
type ElementType;
// Required methods
fn get_impl<'a>(x: &'a T) -> &'a Self::ElementType;
fn get_mut_impl<'a>(x: &'a mut T) -> &'a mut Self::ElementType;
}
Required Associated Types§
type ElementType
Required Methods§
fn get_impl<'a>(x: &'a T) -> &'a Self::ElementType
fn get_mut_impl<'a>(x: &'a mut T) -> &'a mut Self::ElementType
Object Safety§
This trait is not object safe.