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