[][src]Trait rhyoea::builder::Connection

pub trait Connection {
    type Item;
    fn build(&self) -> Result<Self::Item, BuilderError>;
}

TODO: Doc

Associated Types

type Item

TODO: Doc

Loading content...

Required methods

fn build(&self) -> Result<Self::Item, BuilderError>

TODO: Doc

Loading content...

Implementors

impl Connection for Builder[src]

type Item = Instance

impl<T> Connection for Messenger<T> where
    T: Connection<Item: InstanceConnection>, 
[src]

type Item = DebugMessenger<T::Item>

TODO: Doc

Loading content...