pub trait Routable {
// Required methods
fn destination(&self) -> u64;
fn access_type(&self) -> AccessType;
}Expand description
The Routable trait provides an interface to an object to enable it to be
routed
pub trait Routable {
// Required methods
fn destination(&self) -> u64;
fn access_type(&self) -> AccessType;
}The Routable trait provides an interface to an object to enable it to be
routed