IPausableDispatcherTrait
Fully qualified path: starkware_utils::components::pausable::interface::IPausableDispatcherTrait
Part of the group: dispatchers
pub trait IPausableDispatcherTrait<T>
Trait functions
is_paused
Fully qualified path: starkware_utils::components::pausable::interface::IPausableDispatcherTrait::is_paused
fn is_paused(self: T) -> bool
pause
Fully qualified path: starkware_utils::components::pausable::interface::IPausableDispatcherTrait::pause
fn pause(self: T)
unpause
Fully qualified path: starkware_utils::components::pausable::interface::IPausableDispatcherTrait::unpause
fn unpause(self: T)