Trait stomp_parser::headers::DecodableValue[][src]

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

Required methods

Implementors