Struct telexide_fork::framework::CommandError [−][src]
pub struct CommandError(pub String);Expand description
The error to be returned from a command.
It can be formed from anything implementing std::fmt::Display, but won’t
contain more data than a String
Tuple Fields
0: StringTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CommandError
impl Send for CommandError
impl Sync for CommandError
impl Unpin for CommandError
impl UnwindSafe for CommandError
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