Moved reply into action.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-02-14 13:04:55 -05:00
parent 1a06794265
commit 1f82c07565
6 changed files with 89 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ impl RequestData {
self.data.insert(name.into(), field.into());
}
fn get_field<NT>(&self, name: NT) -> &CalcValue
pub fn get_field<NT>(&self, name: NT) -> &CalcValue
where
NT: Into<NameType>,
{