Trait sawp::protocol::Protocol[][src]

pub trait Protocol<'a> {
    type Message: 'a;
    fn name() -> &'static str;
}

Represents the basic elements of a protocol

Associated Types

type Message: 'a[src]

Type of message returned when parsing

Loading content...

Required methods

fn name() -> &'static str[src]

Protocol name string

Loading content...

Implementors

Loading content...