Struct ruma_common::events::message::EmptyMessageContentError
source · #[non_exhaustive]pub struct EmptyMessageContentError;Available on crate features
events and unstable-msc1767 only.Expand description
The error type returned when trying to construct an empty MessageContent.
Trait Implementations§
source§impl Debug for EmptyMessageContentError
impl Debug for EmptyMessageContentError
source§impl Display for EmptyMessageContentError
impl Display for EmptyMessageContentError
source§impl Error for EmptyMessageContentError
impl Error for EmptyMessageContentError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()