ToConsumerKey

Trait ToConsumerKey 

Source
pub trait ToConsumerKey {
    // Required method
    fn to_consumer_key(&self) -> EncodedKey;
}
Expand description

Trait for types that can be converted to a consumer key

Required Methods§

Implementors§