Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

from_any

Function from_any 

pub fn from_any<'de, T>(any: &'de Any) -> Result<T, Error>
where T: Deserialize<'de>,