Function vdf_reader::from_entry

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