Enum mongo_file_center::FileData [−][src]
pub enum FileData {
Buffer(Vec<u8>),
Stream(Box<dyn Stream<Item = Result<Cursor<Vec<u8>>, Error>> + Unpin + Send>),
}Expand description
To represent the file data retrieved from MongoDB.