Document forms

This commit is contained in:
Mo 2023-02-23 17:13:52 +01:00
parent 95c71a2ed5
commit 17d1606ae6

View file

@ -1,7 +1,9 @@
use serde::Deserialize;
/// The contact form.
#[derive(Deserialize)]
pub struct ContactForm {
/// The id for the captcha.
pub id: u16,
pub name: String,
pub email: String,