Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dlib.rs110 where E: serde::de::Error in visit_u32() argument
123 fn deserialize<D>(d: D) -> Result<AlignArg, D::Error> in deserialize()
/mcuboot-latest/sim/simflash/src/
Dlib.rs28 use thiserror::Error;
32 #[derive(Error, Debug)]
41 Io(#[from] io::Error),
/mcuboot-latest/ptest/src/
Dmain.rs36 type Result<T> = result::Result<T, failure::Error>;
/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs342 1 => log_enabled!(Level::Error), in sim_log_enabled()