Trait stomp_rs::protocol::Command[][src]

pub trait Command: Into<&'static str> + for<'a> TryFrom<&'a str> { }

Implementors