pub macro cfg_accessible($item:item) { ... }
cfg_accessible
Keeps the item it’s applied to if the passed path is accessible, and removes it otherwise.