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