[][src]Trait async_vfs::VFile

pub trait VFile: Read + Write + Seek { }

Implementors

impl<T> VFile for T where
    T: Read + Write + Seek, 
[src]

Loading content...