Type Definition FsFuture
webdav_handler::fs
type FsFuture<'a, T> = Pin<Box<dyn Future<Output = FsResult<T>> + Send + 'a>>;
Future returned by almost all of the DavFileSystem methods.