risingwave_rpc_client::channel

Trait WrappedChannelExt

source
pub trait WrappedChannelExt {
    // Required method
    fn wrapped(self) -> WrappedChannel;
}
Expand description

An extension trait for tonic’s Channel that wraps it into a WrappedChannel.

Required Methods§

source

fn wrapped(self) -> WrappedChannel

Wraps the channel into a WrappedChannel for observability.

Implementations on Foreign Types§

source§

impl WrappedChannelExt for Channel

Implementors§