Trait solana_sdk::client::Client

source ·
pub trait Client: SyncClient + AsyncClient {
    // Required method
    fn tpu_addr(&self) -> String;
}

Required Methods§

source

fn tpu_addr(&self) -> String

Object Safety§

This trait is not object safe.

Implementors§