pub trait ToProtocol<P> {
// Required method
fn to_protocol(self) -> P;
}Expand description
Trait to wrap specific types into the Protocol Enum.
pub trait ToProtocol<P> {
// Required method
fn to_protocol(self) -> P;
}Trait to wrap specific types into the Protocol Enum.