Macro agnes::fields [] [src]

macro_rules! fields {
    ($($name:expr => $ty:expr),*) => { ... };
}