pub type OFctr<'a, Ctx, O> = Fctr<'a, <O as Origin<'a, Ctx>>::Mtbl>;
Type of the Factory associated with the Origin.
Factory
Origin