pub trait Client: SyncClient + AsyncClient {
// Required method
fn tpu_addr(&self) -> String;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait Client: SyncClient + AsyncClient {
// Required method
fn tpu_addr(&self) -> String;
}