Function serde_dbgfmt::from_dbg

source ·
pub fn from_dbg<T, U>(value: &U) -> Result<T, Error>
where T: DeserializeOwned, U: Debug,
Expand description

Parse the debug representation of U as a T.