to_term

Function to_term 

Source
pub fn to_term<T>(value: &T) -> Result<OwnedTerm, Error>
where T: Serialize,