Skip to main content

TDBotCommandScope

Trait TDBotCommandScope 

Source
pub trait TDBotCommandScope: Debug + RObject { }
Expand description

Represents the scope to which bot commands are relevant

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, BOTCOMMANDSCOPE: TDBotCommandScope> TDBotCommandScope for &'a BOTCOMMANDSCOPE

Source§

impl<'a, BOTCOMMANDSCOPE: TDBotCommandScope> TDBotCommandScope for &'a mut BOTCOMMANDSCOPE

Implementors§