Macro read_flag

Source
macro_rules! read_flag {
    ($self:expr, $kind:ident) => { ... };
}