Type Definition rust_car::Ipld

source ·
pub type Ipld = Ipld;

Trait Implementations§

source§

impl Decoder<UnixFs> for Ipld

source§

impl TryFrom<UnixFs> for Ipld

§

type Error = CarError

The type returned in the event of a conversion error.
source§

fn try_from(value: UnixFs) -> Result<Self, Self::Error>

Performs the conversion.