Struct tokio_utp::UtpListener [] [src]

pub struct UtpListener { /* fields omitted */ }

Methods

impl UtpListener
[src]

[src]

[src]

Receive a new inbound connection.

This function will also advance the state of all associated connections.

[src]

Trait Implementations

impl Drop for UtpListener
[src]

[src]

Executes the destructor for this type. Read more