Enum juju::Transport[][src]

pub enum Transport {
    Tcp,
    Udp,
}

Variants

Trait Implementations

impl Debug for Transport
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Transport

impl Sync for Transport