pub type CanopyClient<T = ReqwestTransport> = CanopyClient<T>;Expand description
The typed canopy client, defaulting to bestool’s ReqwestTransport.
bes_canopy_api::CanopyClient takes its transport as a required type
parameter; this alias restores the default so the common case — a client
built by connect or connect_to — never has to name it.
Aliased Type§
pub struct CanopyClient<T = ReqwestTransport> { /* private fields */ }