[][src]Trait ommui_data::samplic::StorableDevice

pub trait StorableDevice {
    fn store_user_profile(
        &mut self,
        profile_id: Uuid,
        profile: &ProfileDescription
    ) -> Result<()>; }

Required methods

fn store_user_profile(
    &mut self,
    profile_id: Uuid,
    profile: &ProfileDescription
) -> Result<()>

Loading content...

Implementors

impl StorableDevice for Device[src]

Loading content...