Enum juju::Transport [] [src]

pub enum Transport {
    Tcp,
    Udp,
}

Variants

TcpUdp

Trait Implementations

impl Debug for Transport
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.