Skip to main content

ApplicationStorageCapability

Trait ApplicationStorageCapability 

Source
pub unsafe trait ApplicationStorageCapability { }
Expand description

The ApplicationStorageCapability capability allows the holder to create permissions to allow applications to have access to stored state on the system.

§Safety

Capabilities can only be created in trusted crates that can use unsafe.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§