Struct cdchunking::SizeLimited [] [src]

pub struct SizeLimited<I: ChunkerImpl> { /* fields omitted */ }

Trait Implementations

impl<I: ChunkerImpl> ChunkerImpl for SizeLimited<I>
[src]

[src]

Look at the new bytes to maybe find a boundary.

[src]

Reset the internal state after a chunk has been emitted

Auto Trait Implementations

impl<I> Send for SizeLimited<I> where
    I: Send

impl<I> Sync for SizeLimited<I> where
    I: Sync