Trait viz_core::types::QueryContextExt[][src]

pub trait QueryContextExt {
    fn query<T>(&self) -> Result<T, PayloadError>
    where
        T: DeserializeOwned
; }

Context Extends

Required methods

fn query<T>(&self) -> Result<T, PayloadError> where
    T: DeserializeOwned
[src]

Loading content...

Implementors

impl ContextExt for Context[src]

Loading content...