fidl_fuchsia_net_http

Trait LoaderClientProxyInterface

Source
pub trait LoaderClientProxyInterface: Send + Sync {
    type OnResponseResponseFut: Future<Output = Result<(), Error>> + Send;

    // Required method
    fn on_response(&self, response: Response) -> Self::OnResponseResponseFut;
}

Required Associated Types§

Source

type OnResponseResponseFut: Future<Output = Result<(), Error>> + Send

Required Methods§

Source

fn on_response(&self, response: Response) -> Self::OnResponseResponseFut

Implementors§