rsiot::message

Trait IMessageChannel

Source
pub trait IMessageChannel
where Self: Clone + Debug + Send,
{ // Provided method fn to_string(&self) -> String { ... } }
Expand description

Трейт для канала сообщений

Provided Methods§

Source

fn to_string(&self) -> String

Преобразование в строку

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§