pub trait SendClientExt {
// Required method
fn sends(&self) -> SendClient;
}Required Methods§
fn sends(&self) -> SendClient
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".