Derive Macro ex3_node_error::prelude::Error
#[derive(Error)]
{
// Attributes available to this derive:
#[backtrace]
#[error]
#[from]
#[source]
}
#[derive(Error)]
{
// Attributes available to this derive:
#[backtrace]
#[error]
#[from]
#[source]
}