Derive Macro ruma_common::serde::Incoming
source · [−]#[derive(Incoming)]
{
// Attributes available to this derive:
#[incoming_derive]
}
Expand description
Generating an ‘Incoming’ version of the type this derive macro is used on.
This type will be a fully-owned version of the input type, using no lifetime generics.