pub trait CasperExt {
// Required method
fn net(&mut self) -> Result<CapNetAgent>;
}Expand description
Extension trait for ::capsicum::casper::Casper that spawns this service.
Required Methods§
Sourcefn net(&mut self) -> Result<CapNetAgent>
fn net(&mut self) -> Result<CapNetAgent>
Spawn the net service.