Enum varlink::Listener[][src]

pub enum Listener {
    TCP(Option<TcpListener>, bool),
    UNIX(Option<UnixListener>, bool),
}

Variants

Methods

impl Listener
[src]

Trait Implementations

impl Debug for Listener
[src]

Formats the value using the given formatter. Read more

impl Drop for Listener
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Listener

impl Sync for Listener