diff --git a/src/lib.rs b/src/lib.rs index 3d3c68d..1fcdaad 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -386,7 +386,7 @@ pub trait ControllIdentifier { /// Control group hierarchy (right now, only V1 is supported, but in the future Unified will be /// implemented as well). -pub trait Hierarchy: std::fmt::Debug + Send { +pub trait Hierarchy: std::fmt::Debug + Send + Sync { /// Returns what subsystems are supported by the hierarchy. fn subsystems(&self) -> Vec;