Macro scsys_macros::shared

source ·
macro_rules! shared {
    ( $arg:expr ) => { ... };
    ( $( $arg:expr ),* ) => { ... };
}