1 2 3 4 5 6 7
use serde::Deserialize; #[derive(Deserialize, Debug)] pub struct LinkForm { pub title: String, pub target: String, pub code: String, }