intuicio_framework_serde

Function to_intermediate

Source
pub fn to_intermediate<T>(value: &T) -> Result<Intermediate, Error>
where T: Serialize + ?Sized,