pub trait RightId { // Required method fn right_id(&self) -> u16; }
Accessor trait for right connection id