[][src]Trait rbw::json::DeserializeJsonWithPathAsync

pub trait DeserializeJsonWithPathAsync {
#[must_use]    fn json_with_path<'async_trait, T: DeserializeOwned>(
        self
    ) -> Pin<Box<dyn Future<Output = Result<T>> + Send + 'async_trait>>
    where
        T: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn json_with_path<'async_trait, T: DeserializeOwned>(
    self
) -> Pin<Box<dyn Future<Output = Result<T>> + Send + 'async_trait>> where
    T: 'async_trait,
    Self: 'async_trait, 

Loading content...

Implementations on Foreign Types

impl DeserializeJsonWithPathAsync for Response[src]

Loading content...

Implementors

Loading content...