Trait awesome_bot::Finisher[][src]

pub trait Finisher<T: Decodable> {
    fn end(&mut self) -> Result<T>;
}

Help trait indicating that at least the end method is implemented for the SendBuilder structs

Required Methods

Implementors