Derive Macro ruma_macros::Request
source ยท #[derive(Request)]
{
// Attributes available to this derive:
#[ruma_api]
}
Expand description
Internal helper that the request macro delegates most of its work to.
#[derive(Request)]
{
// Attributes available to this derive:
#[ruma_api]
}
Internal helper that the request macro delegates most of its work to.