pub trait Connected {
// Required method
fn connection(&mut self) -> &mut Connection;
}
Expand description
Trait for OT receivers/senders which hold a Connection
.
pub trait Connected {
// Required method
fn connection(&mut self) -> &mut Connection;
}
Trait for OT receivers/senders which hold a Connection
.