Macro gstore::switch[][src]

macro_rules! switch {
    (
        $($text:tt)*
    ) => { ... };
}