Function from_str_with_key

Source
pub fn from_str_with_key<'a, T: Deserialize<'a>>(
    s: &'a str,
) -> Result<(T, Key<'a>)>
Expand description

The same as from_str(), but also returns the top level VDF key