☰
Freezable
Required Methods
freeze
Implementors
In brotli::enc::interface
?
Trait
brotli
::
enc
::
interface
::
Freezable
source
·
[
−
]
pub trait Freezable { fn
freeze
(&self) ->
SliceOffset
; }
Required methods
source
fn
freeze
(&self) ->
SliceOffset
Implementors
source
impl<'a>
Freezable
for
InputReference
<'a>