Struct actix_web::actix::actix::io::FramedWrite[]

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

Wrapper for AsyncWrite and Encoder types

Methods

impl<T, U> FramedWrite<T, U> where
    T: AsyncWrite,
    U: Encoder

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>