enum CBOR::SimpleValue
Defined in:
cbor/simple_value.crEnum Members
-
False =
20_u8
-
True =
21_u8
-
Null =
22_u8
-
Undefined =
23_u8
Instance Method Summary
Instance methods inherited from struct Enum
to_cbor(encoder : CBOR::Encoder)
to_cbor
Constructor methods inherited from struct Enum
new(decoder : CBOR::Decoder)
new
Instance methods inherited from class Object
to_cbor(io : IO)to_cbor(encoder : CBOR::Encoder)
to_cbor : Bytes to_cbor