bitwarden_error/
flat_error.rs

1#[allow(missing_docs)]
2pub trait FlatError {
3    fn error_variant(&self) -> &'static str;
4}