[][src]Function gulkana::from_string

pub fn from_string<'a, K: PartialEq + Ord + Clone, DataType: Clone>(
    data_in: &'a String
) -> Result<DataStructure<K, DataType>, ReadError> where
    K: Deserialize<'a>,
    DataType: Deserialize<'a>, 

Reads Database from a string. Can be used to write to a file