Trait radn::flow::query::Query

source ·
pub trait Query: Copy {
    type Output;
}

Required Associated Types§

Implementors§

source§

impl<Q: Query, A> Query for ChainQuery<Q, A>

§

type Output = <Q as Query>::Output

source§

impl<Q: Query, M> Query for StartQuery<Q, M>

§

type Output = <Q as Query>::Output