[][src]Struct mini::aio::net::TcpListener

pub struct TcpListener<L> { /* fields omitted */ }

Methods

impl<L> TcpListener<L>[src]

pub fn new(
    tcp_listener: TcpListener,
    listen_notify: L,
    event_loop: &Loop
) -> Self
[src]

pub fn ip4(
    event_loop: &mut Loop,
    host: &str,
    listen_notify: L
) -> Result<(Stream<ListenerMsg>, SocketAddr)> where
    L: TcpListenNotify + 'static, 
[src]

Trait Implementations

impl<L> Handler for TcpListener<L> where
    L: TcpListenNotify
[src]

type Msg = ListenerMsg

Auto Trait Implementations

impl<L> !Send for TcpListener<L>

impl<L> Unpin for TcpListener<L> where
    L: Unpin

impl<L> !Sync for TcpListener<L>

impl<L> !UnwindSafe for TcpListener<L>

impl<L> !RefUnwindSafe for TcpListener<L>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]