[][src]Type Definition webdav_handler::fs::FsFuture

type FsFuture<'a, T> = Pin<Box<dyn Future<Output = FsResult<T>> + Send + 'a>>;

Future (futures 0.3) returned by almost all of the DavFileSystem methods.