Trait wick_packet::ValuePort
source · pub trait ValuePort<T>: Port {
// Required methods
fn send(&mut self, value: T);
fn send_result(&mut self, value: Result<T, impl Display>);
}pub trait ValuePort<T>: Port {
// Required methods
fn send(&mut self, value: T);
fn send_result(&mut self, value: Result<T, impl Display>);
}