macro_rules! feature_accessors {
    ($feat:ty) => { ... };
}
Expand description

Macro for defining BackendBuilder feature getter and setters.