Trait cyfs_lib::AdminObj

source ·
pub trait AdminObj {
    fn create(owner: ObjectId, target: DeviceId, cmd: AdminCommand) -> Self;
    fn target(&self) -> &DeviceId;
    fn into_command(self) -> AdminCommand;
}

Required Methods

Implementors