missing_data

Macro missing_data 

Source
macro_rules! missing_data {
    ($($msg:tt)*) => { ... };
}
Expand description

Helper to generate Error::MissingData.

Works very much like an anyhow!/eyre! macro, but intended for the case when trying to extract some data from the query.