Struct actix::io::FramedWrite[][src]

pub struct FramedWrite<T: AsyncWrite, U: Encoder> { /* fields omitted */ }

Wrapper for AsyncWrite and Encoder types

Methods

impl<T: AsyncWrite, U: Encoder> FramedWrite<T, U>
[src]

Gracefully close sink

Close process is asynchronous.

Check if sink is closed

Set write buffer capacity

Write item

SpawnHandle for this writer

Auto Trait Implementations

impl<T, U> !Send for FramedWrite<T, U>

impl<T, U> !Sync for FramedWrite<T, U>