[][src]Trait afeather::Query

pub trait Query {
    type Reads: ReadableStorage;
    type Output;
    fn execute(&self, data: QueryData<Self::Reads>) -> Self::Output;
}

Associated Types

Loading content...

Required methods

fn execute(&self, data: QueryData<Self::Reads>) -> Self::Output

Loading content...

Implementors

Loading content...