pub trait BuilderInternal<M, Flow>where
    Flow: BuilderFlow<M>,
    Self: Sized,
{ fn builder() -> Flow; }
Expand description

Trait for creating a builder that implements BuilderFlow for a mediator M.

Required Methods

Implementors