Trait seamless::handler::request::AsyncReadBody[][src]

pub trait AsyncReadBody: AsyncRead + Send + Unpin { }
Expand description

Any valid body will implement this trait

Implementors