diff options
Diffstat (limited to 'src/response.rs')
| -rw-r--r-- | src/response.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/response.rs b/src/response.rs index d89dbf2..b9c5354 100644 --- a/src/response.rs +++ b/src/response.rs @@ -16,6 +16,9 @@ // Copyright (C) 2022-2022 Fuwn <[email protected]> // SPDX-License-Identifier: GPL-3.0-only +//! Content and response handlers + +/// The content and response type a handler should reply with. pub enum Response<'a> { Input(String), SensitiveInput(String), |