Macro ssp::tuple_struct
source · macro_rules! tuple_struct { ($name:ident, $base:ident, $doc:tt) => { ... }; }
Expand description
Creates a tuple struct with a given name, base type, and documentation.
macro_rules! tuple_struct { ($name:ident, $base:ident, $doc:tt) => { ... }; }
Creates a tuple struct with a given name, base type, and documentation.