Trait de_net::connection::book::Connection

source ·
pub(super) trait Connection {
    // Required method
    fn pending(&self) -> bool;
}

Required Methods§

source

fn pending(&self) -> bool

Returns true if the value holds any pending actions on the connection.

Implementors§