pub type IsolatedNonvolatileStorageComponentType<const APP_REGION_SIZE: usize> = IsolatedNonvolatileStorage<'static, APP_REGION_SIZE>;
Aliased Typeยง
struct IsolatedNonvolatileStorageComponentType<const APP_REGION_SIZE: usize> { /* private fields */ }