Struct unixfs_v1::dir::builder::TreeOptions [−][src]
pub struct TreeOptions { /* fields omitted */ }
Expand description
Configuration for customizing how the tree is built.
Implementations
Overrides the default directory block size limit. If the size limit is set to None
, no
directory will be too large.
When true, allow multiple top level entries, otherwise error on the second entry. Defaults to false.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TreeOptions
impl Send for TreeOptions
impl Sync for TreeOptions
impl Unpin for TreeOptions
impl UnwindSafe for TreeOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self