pub type FsFuture<'a, T> = Pin<Box<dyn Future<Output = FsResult<T>> + Send + 'a>>;
Future returned by almost all of the DavFileSystem methods.
pub struct FsFuture<'a, T> { /* private fields */ }