Struct unixfs_v1::UnexpectedNodeType [−][src]
pub struct UnexpectedNodeType(_);
Expand description
Wrapper around the unexpected UnixFs node type, allowing access to querying what is known about the type.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnexpectedNodeType
impl Send for UnexpectedNodeType
impl Sync for UnexpectedNodeType
impl Unpin for UnexpectedNodeType
impl UnwindSafe for UnexpectedNodeType