pub trait AbstractMut {
    type Out;
    type Index;
}

Required Associated Types

Implementations on Foreign Types

Implementors