//! Defines [`Scope`], which can be used to specify which instructions should be enumerated.
use Debug;
use ;
/// Defines an instruction scope for an architecture.
/// This can be used to limit which parts of the instruction space are enumerated.
/// A [`Scope`] that considers every instruction in-scope.
;