macro_rules! unsupported_attributes {
($struct_name:ident, $provider:expr) => { ... };
}Expand description
Generates an unsupported AttributeProvider stub implementation.
macro_rules! unsupported_attributes {
($struct_name:ident, $provider:expr) => { ... };
}Generates an unsupported AttributeProvider stub implementation.