[][src]Trait biscuit::CompactJson

pub trait CompactJson: Serialize + DeserializeOwned { }

A marker trait that indicates that the object is to be serialized to JSON and deserialized from JSON. This is primarily used in conjunction with the CompactPart trait which will serialize structs to JSON before base64 encoding, and vice-versa.

Implementors

impl CompactJson for Empty[src]

impl<T> CompactJson for ClaimsSet<T> where
    T: Serialize + DeserializeOwned
[src]

impl<T: Serialize + DeserializeOwned> CompactJson for biscuit::jwe::Header<T>[src]

impl<T: Serialize + DeserializeOwned> CompactJson for biscuit::jws::Header<T>[src]

Loading content...