Trait neure::re::ctor::BoxedCtorHelper
source · pub trait BoxedCtorHelper<'a, C, M, O>where
C: Context<'a> + Match<C>,{
// Required method
fn into_boxed_ctor(self) -> BoxedCtor<C, Self>
where Self: Sized;
}