Macro read

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

Shortcut for cmd!(...).read().