pub type ExecutorFileSystemFuture<'a, T> = Pin<Box<dyn Future<Output = FileSystemResult<T>> + Send + 'a>>;Expand description
Future returned by ExecutorFileSystem operations.
Aliased Typeยง
pub struct ExecutorFileSystemFuture<'a, T> { /* private fields */ }