pub trait RefDef<'this> {
    type Type;
}

Required Associated Types

Implementors