Macro solstack::trans_none
source · macro_rules! trans_none {
() => { ... };
}Expand description
Alternative to Trans::None.
Use trans_none!()
macro_rules! trans_none {
() => { ... };
}Alternative to Trans::None.
Use trans_none!()