Struct tcp_typed::ConnecterLocalClosed[][src]

pub struct ConnecterLocalClosed { /* fields omitted */ }

Methods

impl ConnecterLocalClosed
[src]

Trait Implementations

impl From<ConnecterLocalClosed> for Connection
[src]

Performs the conversion.

impl Debug for ConnecterLocalClosed
[src]

Formats the value using the given formatter. Read more

impl Drop for ConnecterLocalClosed
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations