Trait keygen_rs::errors::ErrorMeta

source ·
pub trait ErrorMeta {
    // Required methods
    fn code(&self) -> String;
    fn detail(&self) -> String;
}

Required Methods§

source

fn code(&self) -> String

source

fn detail(&self) -> String

Implementors§