FsFuture

Type Alias 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.

Aliased Typeยง

pub struct FsFuture<'a, T> { /* private fields */ }