Trait alexa::RequestHandler [] [src]

pub trait RequestHandler: Send + Sync {
    fn handle_request(&self, _: &Request) -> Response;
}

Required Methods

Implementors