Skip to main content

SyncSplitter

Type Alias SyncSplitter 

Source
pub type SyncSplitter<S, const BODY_SIZE: usize = DEFAULT_BODY_SIZE> = GenericSyncSplitter<S, PlainMode, BODY_SIZE>;
Expand description

Plain (unencrypted) file splitter.

Aliased Typeยง

pub struct SyncSplitter<S, const BODY_SIZE: usize = DEFAULT_BODY_SIZE> { /* private fields */ }