Trait ockam_entity::ProfileAdd[][src]

pub trait ProfileAdd {
    fn add_profile(&mut self, profile: ProfileSync) -> Result<()>;
}

Required methods

fn add_profile(&mut self, profile: ProfileSync) -> Result<()>[src]

Implementors

impl ProfileAdd for Entity[src]

fn add_profile(&mut self, profile: ProfileSync) -> Result<()>[src]