Type Alias Userpage

Source
pub type Userpage = RawUserpage<[u8; 512]>;
Expand description

Type alias to the userpage with a concrete underlying storage type

Aliased Type§

struct Userpage(pub [u8; 512]);

Fields§

§0: [u8; 512]