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

Required methods

Implementors