Skip to main content

LazyBytes

Type Alias LazyBytes 

Source
pub type LazyBytes = Pin<Box<dyn Future<Output = Result<Bytes, Error>> + Send>>;

Aliased Type§

pub struct LazyBytes { /* private fields */ }