[][src]Trait orchestrator::Chain

pub trait Chain<T> {
    fn create<'a>(
        self,
        col: &'a Vec<(fn(_: State<T>) -> Result<State<T>, Error>, String)>
    ) -> Vec<&'a fn(_: State<T>) -> Result<State<T>, Error>>; }

Required methods

fn create<'a>(
    self,
    col: &'a Vec<(fn(_: State<T>) -> Result<State<T>, Error>, String)>
) -> Vec<&'a fn(_: State<T>) -> Result<State<T>, Error>>

Loading content...

Implementations on Foreign Types

impl<T, '_> Chain<T> for Vec<&'_ str>[src]

Loading content...

Implementors

Loading content...