[][src]Trait tbot::contexts::fields::Location

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

A general trait for location messages.

Required methods

fn location(&self) -> &Location

The location of the message.

Loading content...

Implementors

impl Location for EditedLocation[src]

impl Location for Location[src]

Loading content...