Trait enet_proto::EnetItem [−][src]
pub trait EnetItem {
fn number(&self) -> u32;
fn name(&self) -> &str;
fn is_subscribable(&self) -> bool;
}pub trait EnetItem {
fn number(&self) -> u32;
fn name(&self) -> &str;
fn is_subscribable(&self) -> bool;
}