[][src]Type Definition lambda_runtime::Handler

type Handler<E, O> = fn(_: E, _: Context) -> Result<O, HandlerError>;

Functions acting as a handler must conform to this type.