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