Struct solana_banks_interface::ServeBanks
source · [−]pub struct ServeBanks<S> { /* private fields */ }
Expand description
A serving function to use with tarpc::server::Channel::respond_with.
Trait Implementations
type Resp = BanksResponse
type Resp = BanksResponse
Type of response.
type Fut = BanksResponseFut<S>
type Fut = BanksResponseFut<S>
Type of response future.
Responds to a single request.
Auto Trait Implementations
impl<S> RefUnwindSafe for ServeBanks<S> where
S: RefUnwindSafe,
impl<S> Send for ServeBanks<S> where
S: Send,
impl<S> Sync for ServeBanks<S> where
S: Sync,
impl<S> Unpin for ServeBanks<S> where
S: Unpin,
impl<S> UnwindSafe for ServeBanks<S> where
S: UnwindSafe,
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more