Home
last modified time | relevance | path

Searched refs:OutOfBounds (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/sim/simflash/src/
Dlib.rs35 OutOfBounds(String), enumerator
72 FlashError::OutOfBounds(message.as_ref().to_owned()) in ebounds()
372 Err(FlashError::OutOfBounds(_)) => true, in is_bounds()