zvariant 5.10.0

D-Bus & GVariant encoding & decoding
Documentation
1
2
3
4
5
6
7
8
9
use crate::{Signature, Type};

// BitFlags
impl<F> Type for enumflags2::BitFlags<F>
where
    F: Type + enumflags2::BitFlag,
{
    const SIGNATURE: &'static Signature = F::SIGNATURE;
}