Trait authzen_service_util::Query
source · pub trait Query<C, T = ()>: Debugwhere
C: Client,{
// Required method
fn query<'life0, 'life1, 'async_trait>(
&'life0 self,
client: &'life1 C
) -> Pin<Box<dyn Future<Output = Result<T, C::Error>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait;
}