Function forest_actor::make_map_with_root[][src]

pub fn make_map_with_root<'bs, BS, V>(
    root: &Cid,
    store: &'bs BS
) -> Result<Map<'bs, BS, V>, HamtError> where
    BS: BlockStore,
    V: DeserializeOwned + Serialize
Expand description

Create a map with a root cid.