Crate cfg_or_panic

source ·

Attribute Macros§

  • Keep the function body under #[cfg(..)], or replace it with unimplemented!() under #[cfg(not(..))].