Macro acid_state::acid [] [src]

macro_rules! acid {
    (($($src:ident => $dst:ident),*) => $b:block) => { ... };
}