[go: up one dir, main page]

Derive Macro thiserror::Error

source ยท
#[derive(Error)]
{
    // Attributes available to this derive:
    #[backtrace]
    #[error]
    #[from]
    #[source]
}