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

Required Methods

Implementors