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