Trait fuzzcheck::mutators::tuples::RefTypes[][src]

pub trait RefTypes {
    type Owned;
    type Ref: Copy;
    type Mut;
    fn get_ref_from_mut<'a>(v: &'a Self::Mut) -> Self::Ref;
}

Associated Types

Required methods

Implementors