Identified

Trait Identified 

Source
pub trait Identified {
    // Required method
    fn id(&self) -> &Uri;
}
Expand description

Object that contain an id property.

See: https://www.w3.org/TR/vc-data-model-2.0/#identifiers

Required Methods§

Source

fn id(&self) -> &Uri

Implementations on Foreign Types§

Source§

impl Identified for Infallible

Source§

fn id(&self) -> &Uri

Source§

impl Identified for Uri

Source§

fn id(&self) -> &Uri

Implementors§