Function vdf_reader::from_str

source ·
pub fn from_str<'a, T>(s: &'a str) -> Result<T, VdfError>
where T: Deserialize<'a>,