[][src]Macro iota::iota

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.