pub trait RemoteQp {
// Required method
fn qp_identity(&self) -> (u32, u32, [u8; 16]);
}Expand description
Anything that carries a remote QP identity a client rail can connect to.
Implemented by both server-param dialects so the RailSet handshake tail is
shared without homogenizing the two wire layouts.