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