Macro iota::iota [] [src]

macro_rules! iota {
    (const $n:ident : $t:ty = $($rest:tt)+) => { ... };
    (pub const $n:ident : $t:ty = $($rest:tt)+) => { ... };
}

Please refer to the crate-level documentation.