Trait constructivism::core::Segment
source · pub trait Segment: ConstructItem {
type Params<T: Singleton + 'static>: Singleton;
type Design<T: Singleton + 'static>: Singleton;
type Props<M: 'static, T: Props<M> + 'static>: Singleton + Props<M>;
}Required Associated Types§
type Params<T: Singleton + 'static>: Singleton
type Design<T: Singleton + 'static>: Singleton
type Props<M: 'static, T: Props<M> + 'static>: Singleton + Props<M>
Object Safety§
This trait is not object safe.