Enum cbor_no_std::de::TestValue [] [src]

pub enum TestValue {
    Int(u64),
}

Variants

Trait Implementations

Auto Trait Implementations

impl Send for TestValue

impl Sync for TestValue