//! The `Group` plugin: nested plugin groups with cascading `disabled`.
//!//! **Status: placeholder.** This crate is under active development as part of
//! the cordis-rs workspace. See the repository for the roadmap.
/// Marker for the group plugin implementation.
#[derive(Debug, Clone, Copy, Default)]pubstructGroup;