Skip to main content

DecodableValue

Trait DecodableValue 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§