Struct telexide_fork::framework::Framework [−][src]
pub struct Framework { /* fields omitted */ }Expand description
A utility for easily managing commands.
Refer to the module-level documentation for more detail
Implementations
add a command to the registered commands
get all registered commands
fires off all commands matching the content in the update
Auto Trait Implementations
impl RefUnwindSafe for Framework
impl UnwindSafe for Framework
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more