#[derive(Pausable)]
{
    // Attributes available to this derive:
    #[pausable]
}
Expand description

Makes the contract pausable. Provides an external implementation of the Pausable trait, and an internal-only implementation of the PausableController trait.