//! Binary body representation
use ;
use ;
/// A large binary object that is streamed from disk
///
/// By itself this object contains nothing but a file descriptor. You
/// need to call `load()` on it to resolve the future and load the
/// data from disk into memory.