pub trait ExportPausedQuery {
// Required method
fn is_paused() -> bool;
}
Expand description
Check whether the export message is paused based on the status of the basic operating mode.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.