incrust::types::abc
pub trait ToIString { fn to_istring(self: &Self) -> Option<String>; }
fn to_istring(self: &Self) -> Option<String>
impl<T> ToIString for T where T: Type
impl<T> ToIString for T where T: Type + Display