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

pub trait Location<C>: MediaMessage<C> {
    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<C> Location<C> for EditedLocation<C>[src]

impl<C> Location<C> for Location<C>[src]

Loading content...