Type Definition ligature::QueryFn

source · []
pub type QueryFn<T> = Box<dyn Fn(Box<&dyn QueryTx>) -> Result<T, LigatureError>>;
Expand description

An Fn that is used when making a Query transaction.