pub trait GetDeviceInfo: Send + Sync {
// Required method
fn get_device_info(&self) -> DeviceInfo;
}Required Methods§
Sourcefn get_device_info(&self) -> DeviceInfo
fn get_device_info(&self) -> DeviceInfo
Returns information about the miner.