pub trait FsExt<R: Runtime> { // Required methods fn fs_scope(&self) -> &Scope; fn try_fs_scope(&self) -> Option<&Scope>; }