[][src]Trait brotli::enc::interface::Freezable

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

Required methods

fn freeze(&self) -> SliceOffset

Loading content...

Implementors

impl<'a> Freezable for InputReference<'a>[src]

Loading content...