Skip to main content

attr_keys

Macro attr_keys 

Source
macro_rules! attr_keys {
    (
        $meta:ident,
        unknown = $unknown:expr;
        $(
            $key:literal => ($duplicate:expr, $duplicate_error:expr) $body:block
        ),+ $(,)?
    ) => { ... };
}