pub struct FlatUnixFs<'a> {
pub links: Vec<PBLink<'a>>,
pub data: UnixFs<'a>,
}
Expand description
Combined dag-pb (or MerkleDAG) with UnixFs payload.
Formats the value using the given formatter. Read more
Computes necessary binary size of self once serialized in protobuf
Writes Self into W writer
The type returned in the event of a conversion error.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
impl<T> References<RawCodec> for T
Scrape the references from an impl Read. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.