Trait neure::re::ctor::DynamicCtorHelper
source · pub trait DynamicCtorHelper<'a, 'b, C, O>where
C: Context<'a>,{
// Required method
fn into_dyn_ctor(self) -> DynamicCtor<'b, C, O>;
}pub trait DynamicCtorHelper<'a, 'b, C, O>where
C: Context<'a>,{
// Required method
fn into_dyn_ctor(self) -> DynamicCtor<'b, C, O>;
}