Trait ockam_entity::ProfileIdentity [−][src]
pub trait ProfileIdentity {
fn identifier(&self) -> Result<ProfileIdentifier>;
}Expand description
Profile identity.
Required methods
fn identifier(&self) -> Result<ProfileIdentifier>[src]
fn identifier(&self) -> Result<ProfileIdentifier>[src]Return unique [Profile] identifier, which is equal to sha256 of the root public key
Implementors
impl ProfileIdentity for Entity[src]
impl ProfileIdentity for Entity[src]fn identifier(&self) -> Result<ProfileIdentifier>[src]
impl ProfileIdentity for ProfileSync[src]
impl ProfileIdentity for ProfileSync[src]fn identifier(&self) -> Result<ProfileIdentifier>[src]
impl<V: ProfileVault> ProfileIdentity for ProfileImpl<V>[src]
impl<V: ProfileVault> ProfileIdentity for ProfileImpl<V>[src]