[][src]Derive Macro ruma_events_macros::FromRaw

#[derive(FromRaw)]

Generates an implementation of ruma_events::FromRaw. Only usable inside of ruma_events. Requires there to be a raw module in the same scope, with a type with the same name and fields as the one that this macro is used on.