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.
#[derive(Response)]
{
// Attributes available to this derive:
#[ruma_api]
}
Internal helper that the response macro delegates most of its work to.