Searched refs:Error (Results 1 – 4 of 4) sorted by relevance
110 where E: serde::de::Error in visit_u32() argument123 fn deserialize<D>(d: D) -> Result<AlignArg, D::Error> in deserialize()
28 use thiserror::Error;32 #[derive(Error, Debug)]41 Io(#[from] io::Error),
36 type Result<T> = result::Result<T, failure::Error>;
342 1 => log_enabled!(Level::Error), in sim_log_enabled()