intuicio_framework_serde

Function from_object

Source
pub fn from_object<'a, T>(value: &'a Object) -> Result<T, Error>
where T: Deserialize<'a>,