Derive Macro durian_macros::ErrorOnlyMessage

source ·
#[derive(ErrorOnlyMessage)]
Expand description

Implements a new() function for a struct that contains only a message: String field

Not really for public use. Used internally for errors in the durian crate.