Trait tap::vfile::VFileBuilder
source · [−]pub trait VFileBuilder: Sync + Send + Serialize + Deserialize {
fn open(&self) -> Result<Box<dyn VFile>>;
fn size(&self) -> u64;
}
Expand description
- A trait that generate VFile trait object.