Enum unixfs_v1::file::adder::Chunker [−][src]
pub enum Chunker {
Size(usize),
}
Expand description
Chunker strategy
Variants
Size based chunking
Tuple Fields of Size
0: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Chunker
impl UnwindSafe for Chunker
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self