Skip to main content

ToImplementation

Trait ToImplementation 

Source
pub trait ToImplementation {
    // Required method
    fn to_implementation(
        &self,
        context: &LightContext<'_>,
    ) -> Result<Option<Box<dyn Interface>>>;
}

Required Methods§

Source

fn to_implementation( &self, context: &LightContext<'_>, ) -> Result<Option<Box<dyn Interface>>>

Implementors§