pub trait MapperExt {
    type Page;
    type Frame;
}

Associated Types

Implementors