DerefTuple

Trait DerefTuple 

Source
pub trait DerefTuple {
    type Output;

    // Required method
    fn deref(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn deref(self) -> Self::Output

Implementors§