Type Definition teloxide::requests::Output

source ·
pub type Output<T> = <<T as HasPayload>::Payload as Payload>::Output;
Expand description

An output type of Payload in HasPayload.