Struct SimpleMessage
#[repr(align(4))]
pub struct SimpleMessage { pub kind: ErrorKind, pub message: &'static str }
Fields
kind: ErrorKindmessage: &'static str
Trait Implementations
impl Debug for SimpleMessage
fn fmt(&self, f: &mut Formatter<'_>) -> Result