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