[][src]Function forest_ipld::from_ipld

pub fn from_ipld<T>(value: &Ipld) -> Result<T, String> where
    T: DeserializeOwned

Convert a Ipld structure into a type T Currently converts using a byte buffer with serde_cbor