summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/trust.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/trust.rs')
-rw-r--r--openpgp/src/packet/trust.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpgp/src/packet/trust.rs b/openpgp/src/packet/trust.rs
index 08ab6fe8..3455fdfd 100644
--- a/openpgp/src/packet/trust.rs
+++ b/openpgp/src/packet/trust.rs
@@ -23,6 +23,8 @@ pub struct Trust {
value: Vec<u8>,
}
+assert_send_and_sync!{Trust}
+
impl From<Vec<u8>> for Trust {
fn from(u: Vec<u8>) -> Self {
Trust {