Enum rust_cast::channels::connection::ConnectionResponse [] [src]

pub enum ConnectionResponse {
    Connect,
    Close,
    NotImplemented(StringValue),
}

Variants

Trait Implementations

impl Debug for ConnectionResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations