draft update action

This commit is contained in:
yggverse 2024-09-24 22:46:06 +03:00
parent 4486904336
commit 68a97fdc88
8 changed files with 67 additions and 2 deletions

View file

@ -16,6 +16,11 @@ impl Request {
}
}
// Actions
pub fn update(&self) {
todo!()
}
// Getters
pub fn widget(&self) -> &Entry {
&self.widget