pub trait Location: MediaMessage { fn location(&self) -> &Location; }
A general trait for location messages.
The location of the message.