pub trait SelfInstanceBuilder: Send + 'static { }Expand description
A helper trait for when the type implementing FactorInstanceBuilder is also the instance state.
pub trait SelfInstanceBuilder: Send + 'static { }A helper trait for when the type implementing FactorInstanceBuilder is also the instance state.