[−][src]Trait libflate::lz77::Sink
The Sink
trait represents a consumer of LZ77 encoded data.
Required Methods
Implementations on Foreign Types
impl Sink for Vec<Symbol>
[src]
impl Sink for Vec<Symbol>
impl<'a, T> Sink for &'a mut T where
T: Sink,
[src]
impl<'a, T> Sink for &'a mut T where
T: Sink,