Trait mediator_sys::synchronous::basic::BuilderInternal
source · 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
impl<Ev> BuilderInternal<BasicAsyncMediator<Ev>, BasicAsyncBuilder<Ev>> for BasicAsyncMediator<Ev>where
Ev: Debug,
Available on crate feature
async only.