Skip to main content

FilesystemFuture

Type Alias FilesystemFuture 

Source
pub type FilesystemFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T, FileError>> + 'a>>;

Aliased Typeยง

#[repr(transparent)]
pub struct FilesystemFuture<'a, T> { /* private fields */ }