[][src]Struct actix_ioframe::Connect

pub struct Connect<Io, St = (), Codec = ()> { /* fields omitted */ }

Methods

impl<Io> Connect<Io> where
    Io: AsyncRead + AsyncWrite
[src]

pub fn codec<Codec>(self, codec: Codec) -> ConnectResult<Io, (), Codec> where
    Codec: Encoder + Decoder
[src]

Auto Trait Implementations

impl<Io, St, Codec> Send for Connect<Io, St, Codec> where
    Codec: Send,
    Io: Send,
    St: Send

impl<Io, St, Codec> Sync for Connect<Io, St, Codec> where
    Codec: Sync,
    Io: Sync,
    St: Sync

impl<Io, St, Codec> Unpin for Connect<Io, St, Codec> where
    Codec: Unpin,
    Io: Unpin,
    St: Unpin

impl<Io, St, Codec> UnwindSafe for Connect<Io, St, Codec> where
    Codec: UnwindSafe,
    Io: UnwindSafe,
    St: UnwindSafe

impl<Io, St, Codec> RefUnwindSafe for Connect<Io, St, Codec> where
    Codec: RefUnwindSafe,
    Io: RefUnwindSafe,
    St: RefUnwindSafe

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 = !

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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