[][src]Type Definition holochain_persistence_api::cas::content::Content

type Content = JsonString;

the Content is a JsonString this is the only way to be confident in persisting all Rust types across all backends

Trait Implementations

impl AddressableContent for Content[src]