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