diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-03-04 17:55:48 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-03-04 17:55:48 +0100 |
commit | c9edf6c37c2b2758f0407caa48d7434af7b5a659 (patch) | |
tree | 9219161ba88eec6a22786a2444b6c0f642589494 /src/dav/types.rs | |
parent | ad25912a0fc85dab97207b101aa7a5b6efca71b3 (diff) | |
download | aerogramme-c9edf6c37c2b2758f0407caa48d7434af7b5a659.tar.gz aerogramme-c9edf6c37c2b2758f0407caa48d7434af7b5a659.zip |
beginning...
Diffstat (limited to 'src/dav/types.rs')
-rw-r--r-- | src/dav/types.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dav/types.rs b/src/dav/types.rs index 7e3eb1c..a1b1c7f 100644 --- a/src/dav/types.rs +++ b/src/dav/types.rs @@ -20,7 +20,8 @@ impl Extension for NoExtension { type Property = Disabled; type PropertyRequest = Disabled; type ResourceType = Disabled; - } +} + /// 14.1. activelock XML Element /// |