Macro read_string

Source
macro_rules! read_string {
    () => { ... };
    ($message:expr) => { ... };
}