pub trait ToConsumerKey {
// Required method
fn to_consumer_key(&self) -> EncodedKey;
}Expand description
Trait for types that can be converted to a consumer key
pub trait ToConsumerKey {
// Required method
fn to_consumer_key(&self) -> EncodedKey;
}Trait for types that can be converted to a consumer key