Enum scaproust::transport::pipe::Command [] [src]

pub enum Command {
    Open,
    Close,
    Send(Rc<Message>),
    Recv,
}

Variants

Trait Implementations

impl Debug for Command
[src]

Formats the value using the given formatter.