[][src]Trait telegram_bot::types::requests::JsonResponse

pub trait JsonResponse {
    type Raw;
    type Type;
    pub fn map(raw: Self::Raw) -> Self::Type;
}

Associated Types

type Raw[src]

type Type[src]

Loading content...

Required methods

pub fn map(raw: Self::Raw) -> Self::Type[src]

Loading content...

Implementors

impl JsonResponse for JsonTrueToUnitResponse[src]

impl<Type> JsonResponse for JsonIdResponse<Type>[src]

type Raw = Type

type Type = Type

Loading content...