pub trait IntoAbstract {
    type AbsView: AbstractMut;
}

Required Associated Types

Implementors