pub trait HttpAccessor: Send { // Required method fn client(&self) -> &Client; }
Trait for HTTP client access.