mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 22:20:19 +00:00
rename parse_json to parsed_values
This commit is contained in:
parent
13a82a3705
commit
a74e6d82c7
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ where
|
|||
}
|
||||
|
||||
impl FormData {
|
||||
pub fn parse_json<T>(&self) -> Result<T, serde_json::Error>
|
||||
pub fn parsed_values<T>(&self) -> Result<T, serde_json::Error>
|
||||
where
|
||||
T: serde::de::DeserializeOwned,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue