pub type FilesystemFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T, FileError>> + 'a>>;
#[repr(transparent)]pub struct FilesystemFuture<'a, T> { /* private fields */ }