Enum unixfs_v1::file::adder::Collector [−][src]
pub enum Collector {
Balanced(BalancedCollector),
}
Expand description
Collector or layout strategy. For more information, see the Layout section of the spec. Currently only the default balanced collector/layout has been implemented.
Variants
Balanced trees.
Tuple Fields of Balanced
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Collector
impl UnwindSafe for Collector
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self