[][src]Function gulkana::backed_datastructure

pub fn backed_datastructure<'a, K: PartialEq + Clone + Ord + Serialize, DataType: Clone + Serialize, LinkLabel: Clone + Serialize>(
    backing: &'a String
) -> Result<DataStructure<K, DataType, LinkLabel>, DBOperationError> where
    K: DeserializeOwned,
    DataType: DeserializeOwned,
    LinkLabel: DeserializeOwned