Skip to main content

define_error

Macro define_error 

Source
macro_rules! define_error {
    ($(#[$attr:meta])* pub enum Error {
	    $($name:ident = $val:literal),*
	    $(,)?
    }) => { ... };
}
Available on crate feature full only.