Trait ply_rs::ply::Key
[−]
[src]
pub trait Key {
fn get_key(&self) -> String;
}Convenience trait to assure consistency between the key used for storage and the name of the elment.
Required Methods
fn get_key(&self) -> String
Returns a key under which the element should be stored in a key-value store.
Implementors
impl Key for ElementDefimpl Key for PropertyDef