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