Macro read_str

Source
macro_rules! read_str {
    ($out:ident) => { ... };
}