Trait distill_importer::IntoSerdeObj[][src]

pub trait IntoSerdeObj {
    fn into_serde_obj(self: Box<Self>) -> Box<dyn SerdeObj>
    where
        Self: 'static
; }

Required methods

fn into_serde_obj(self: Box<Self>) -> Box<dyn SerdeObj> where
    Self: 'static, 
[src]

Loading content...

Implementors

impl<T: SerdeObj> IntoSerdeObj for T[src]

Loading content...