[][src]Trait indy_data_types::EmbedExtractJson

pub trait EmbedExtractJson {
    type Inner: Serialize + for<'de> Deserialize<'de>;
}

A trait implemented by types to facilitate embedding and extracting JSON

Associated Types

type Inner: Serialize + for<'de> Deserialize<'de>

Loading content...

Implementors

Loading content...