Set up regular links for adding application.

This commit is contained in:
Tom Alexander
2023-10-07 03:14:16 -04:00
parent 0c34df159f
commit 7196e10b69
5 changed files with 18 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ pub struct RegularLink<'s> {
pub raw_link: Cow<'s, str>,
pub search_option: Option<Cow<'s, str>>,
pub children: Vec<Object<'s>>,
pub application: Option<Cow<'s, str>>,
}
#[derive(Debug, PartialEq)]