pub fn server_channel_from_protocol(
protocol: &Vec<ProtocolDescriptor>,
) -> Option<ServerChannel>
Expand description
Returns the ServerChannel number from the provided protocol
or None if it
does not exist.
pub fn server_channel_from_protocol(
protocol: &Vec<ProtocolDescriptor>,
) -> Option<ServerChannel>
Returns the ServerChannel number from the provided protocol
or None if it
does not exist.