Trait mediator_sys::synchronous::basic::BuilderFlow
source · Expand description
A BuilderFlow is generic over M
which is the mediator that will be
built by BuilderFlow::build().
Required Methods
Implementors
impl<Ev> BuilderFlow<BasicAsyncMediator<Ev>> for BasicAsyncBuilder<Ev>where
Ev: Debug,
Available on crate feature
async only.