Enum sozu_lib::network::Protocol [] [src]

pub enum Protocol {
    HTTP,
    TLS,
    TCP,
}

Variants

Trait Implementations

impl Debug for Protocol
[src]

Formats the value using the given formatter.