macro_rules! message_like_event_content {
($( $tt:tt )*) => { ... };
}
Expand description
Create a Raw<AnyMessageLikeEventContent>
from arbitrary JSON.
Forwards all arguments to serde_json::json
.
macro_rules! message_like_event_content {
($( $tt:tt )*) => { ... };
}
Create a Raw<AnyMessageLikeEventContent>
from arbitrary JSON.
Forwards all arguments to serde_json::json
.