Trait enet_client::dev::EnetDevice[][src]

pub trait EnetDevice {
    fn name(&self) -> &str;
fn number(&self) -> u32;
fn kind(&self) -> DeviceKind;
fn subscribe(&self) -> EventualReader<DeviceValue>; }

Required methods

Implementors