[][src]Trait telegram_bot_fork::types::JsonResponse

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

Associated Types

type Raw

type Type

Loading content...

Required methods

fn map(raw: Self::Raw) -> Self::Type

Loading content...

Implementors

impl JsonResponse for JsonTrueToUnitResponse[src]

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

type Raw = Type

type Type = Type

Loading content...