Add comment

This commit is contained in:
Lennart
2024-07-28 21:05:28 +02:00
parent dcf2f5c0d3
commit 35ec1f3899

View File

@@ -41,6 +41,7 @@ pub struct ResponseElement<PropstatType: Serialize> {
// RFC 2518
// <!ELEMENT multistatus (response+, responsedescription?) >
// Extended by sync-token as specified in RFC 6578
#[derive(Serialize)]
#[serde(rename = "multistatus", rename_all = "kebab-case")]
pub struct MultistatusElement<T1: Serialize, T2: Serialize> {