HasReqwestClient

Trait HasReqwestClient 

Source
pub trait HasReqwestClient {
    // Required method
    fn request_client(&self) -> &Client;
}

Required Methods§

Implementors§

Source§

impl<Context> HasReqwestClient for Context
where Context: HasCgpProvider, Context::CgpProvider: ReqwestClientGetter<Context>,