Trait distill_importer::ImporterContext[][src]

pub trait ImporterContext: 'static + Send + Sync {
    pub fn handle(&self) -> Box<dyn ImporterContextHandle + 'static, Global>;
}

Required methods

pub fn handle(&self) -> Box<dyn ImporterContextHandle + 'static, Global>[src]

Loading content...

Implementors

Loading content...