mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-07-06 02:12:55 +00:00
refactor: rename method and property
This commit is contained in:
@ -48,7 +48,7 @@ pub struct UnterformularType;
|
||||
#[serde(deny_unknown_fields)]
|
||||
pub struct Form<Type> {
|
||||
#[serde(skip)]
|
||||
form_type: PhantomData<Type>,
|
||||
_type: PhantomData<Type>,
|
||||
|
||||
#[serde(rename = "DataCatalogues")]
|
||||
data_catalogues: DataCatalogues,
|
||||
|
Reference in New Issue
Block a user