Type Definition dav_server::fs::FsFuture

source · []
pub type FsFuture<'a, T> = Pin<Box<dyn Future<Output = FsResult<T>> + Send + 'a>>;
Expand description

Future returned by almost all of the DavFileSystem methods.