tuple_struct

Macro 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.