[][src]Trait actix_telegram::application::IntoUpdateHandler

pub trait IntoUpdateHandler {
    type Handler: UpdateHandler;
    fn into_handler(self) -> Self::Handler;
}

Associated Types

Loading content...

Required methods

fn into_handler(self) -> Self::Handler

Loading content...

Implementations on Foreign Types

impl<T: IntoUpdateHandler> IntoUpdateHandler for Vec<T>
[src]

type Handler = Vec<T::Handler>

Loading content...

Implementors

impl<S> IntoUpdateHandler for App<S>
[src]

Loading content...