pub fn load_from_flash<T: for<'d> JsonCoreSlash<'d, Y>, const Y: usize>(
    structure: &mut T,
    storage: &mut Flash
)