pub trait RecvFile<'vfs, VFS, Err>: RecvStat<'vfs, VFS, Err>{
// Required method
fn send_file(
&self,
ctx: VFS::Ctx<'vfs>,
rel: VFS::OwnedPath,
stat: Option<VFS::Stat>,
opts: VFS::FileOptions,
);
}pub trait RecvFile<'vfs, VFS, Err>: RecvStat<'vfs, VFS, Err>{
// Required method
fn send_file(
&self,
ctx: VFS::Ctx<'vfs>,
rel: VFS::OwnedPath,
stat: Option<VFS::Stat>,
opts: VFS::FileOptions,
);
}