pub trait IntoStreamProtocol { // Required method fn into_protocol(self) -> Result<StreamProtocol>; }