Trait GetDeviceInfo

Source
pub trait GetDeviceInfo: Send + Sync {
    // Required method
    fn get_device_info(&self) -> DeviceInfo;
}

Required Methods§

Source

fn get_device_info(&self) -> DeviceInfo

Returns information about the miner.

Implementors§