pub trait Freezable {
    // Required method
    fn freeze(&self) -> SliceOffset;
}

Required Methods§

Implementors§