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

to_any

Function to_any 

pub fn to_any<T>(value: &T) -> Result<Any, AnySerializeError>
where T: Serialize,