[][src]Trait holochain_persistence_api::eav::eavi::Attribute

pub trait Attribute: PartialEq + Eq + PartialOrd + Hash + Clone + Serialize + Debug { }

This is the minimal bounds defined for any attribute type. Some storage implementations may require other traits.

Implementors

impl Attribute for ExampleLink[src]

impl Attribute for ExampleAttribute[src]

Loading content...