Trait teloxide_core::payloads::LogOutSetters

source ·
pub trait LogOutSetters: HasPayload<Payload = LogOut> + Sized { }
Expand description

Setters for fields of LogOut

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<P> LogOutSetters for P
where P: HasPayload<Payload = LogOut>,