Macro acid_state::acid_state [] [src]

macro_rules! acid_state {
    ($N:ident : $T:ty = $e:expr; $($rest:tt)*) => { ... };
    () => { ... };
}