Derive Macro ruma_macros::Response

source ยท
#[derive(Response)]
{
    // Attributes available to this derive:
    #[ruma_api]
}
Expand description

Internal helper that the response macro delegates most of its work to.