pub trait DecodableValue {
// Required method
fn decoded_value(&self) -> Result<Either<&str, String>, StompParseError>;
}
pub trait DecodableValue {
// Required method
fn decoded_value(&self) -> Result<Either<&str, String>, StompParseError>;
}