Trait saphir::file::SaphirFile

source ·
pub trait SaphirFile: AsyncRead + AsyncSeek + FileInfo + Sync + Send { }
Available on crate feature file only.

Implementors§

source§

impl<T: AsyncRead + AsyncSeek + FileInfo + Sync + Send> SaphirFile for T