//! ref: composer/src/Composer/Plugin/Capability/Capability.php // TODO(plugin): Marker interface for Plugin capabilities. Every new Capability which is added to the Plugin API must implement this interface. pub trait Capability {}