pub trait SerializableValue: Sealed {
    const FORMAT_OF_VALUE: Format;
}

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SerializableValue for Value

source§

const FORMAT_OF_VALUE: Format = Format::Json

source§

impl SerializableValue for Value

source§

const FORMAT_OF_VALUE: Format = Format::Cbor

Implementors§