IntupleRef

Trait IntupleRef 

Source
pub trait IntupleRef<'intuple> {
    type Tuple;
    type TupleMut;

    // Required methods
    fn as_tuple_ref(&'intuple self) -> Self::Tuple;
    fn as_tuple_ref_mut(&'intuple mut self) -> Self::TupleMut;
}

Required Associated Types§

Required Methods§

Source

fn as_tuple_ref(&'intuple self) -> Self::Tuple

Source

fn as_tuple_ref_mut(&'intuple mut self) -> Self::TupleMut

Implementors§