We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd0a25 commit ed0dcb5Copy full SHA for ed0dcb5
stun-types/src/attribute/mod.rs
@@ -297,7 +297,7 @@ pub trait AttributeStaticType {
297
}
298
299
/// A STUN attribute for use in [`Message`](crate::message::Message)s
300
-pub trait Attribute: std::fmt::Debug {
+pub trait Attribute: std::fmt::Debug + std::marker::Sync {
301
/// Retrieve the type of an `Attribute`.
302
fn get_type(&self) -> AttributeType;
303
0 commit comments