Skip to main content

MetadataLocalClientHandler

Trait MetadataLocalClientHandler 

Source
pub trait MetadataLocalClientHandler<___T: Transport = Channel> { }
Expand description

A client handler for the Metadata protocol.

See Metadata for more details.

Implementations on Foreign Types§

Source§

impl<___H, ___T> MetadataLocalClientHandler<___T> for Local<___H>
where ___H: MetadataClientHandler<___T>, ___T: Transport,

Implementors§