Trait Url

Source
pub trait Url<T: DeserializeOwned>: ToString {
    // Provided method
    fn get(&self) -> impl Future<Output = Result<T>>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn get(&self) -> impl Future<Output = Result<T>>
where Self: Sized,

Implementors§