Struct SimpleMessage

Source
#[repr(align(4))]
#[doc(hidden)] pub struct SimpleMessage { pub kind: ErrorKind, pub message: &'static str, }
🔬This is a nightly-only experimental API. (io_const_error_internals)

Fields§

§kind: ErrorKind
🔬This is a nightly-only experimental API. (io_const_error_internals)
§message: &'static str
🔬This is a nightly-only experimental API. (io_const_error_internals)

Trait Implementations§

Source§

impl Debug for SimpleMessage

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more