pub trait Location: MediaMessage {
    fn location(&self) -> &Location;
}
Expand description

A general trait for location messages.

Required Methods§

The location of the message.

Implementors§