Trait rutie_serde::IntoAnyObject[][src]

pub trait IntoAnyObject {
    fn into_any_object(self) -> Result<AnyObject>;
}

Required methods

Implementors