from_entry

Function from_entry 

Source
pub fn from_entry<'a, T>(entry: Entry) -> Result<T, VdfError>
where T: Deserialize<'a>,