bitwarden_error/
flat_error.rs

1
2
3
pub trait FlatError {
    fn error_variant(&self) -> &'static str;
}