macro_rules! bail_backend {
($err:expr) => { ... };
}Expand description
Convenience macro for creating Error::Backend type of errors and immediately returning.
macro_rules! bail_backend {
($err:expr) => { ... };
}Convenience macro for creating Error::Backend type of errors and immediately returning.