bitwarden_error/
flat_error.rs

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