macro_rules! data_key {
    ($path:expr) => { ... };
    ($path:expr, $metadata:expr) => { ... };
}
Expand description

See DataKey.