Macro try_read_setting

Source
macro_rules! try_read_setting {
    ($self:expr, $setting:ident, $type:ident, $cfg:expr) => { ... };
}