From d0d42c5ae00560e4464479a98df90ed063a1c773 Mon Sep 17 00:00:00 2001 From: jelemux Date: Wed, 17 Feb 2021 19:43:30 +0100 Subject: change dates to other_identification and add some stuff --- src/view/property_group.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/view/property_group.rs') diff --git a/src/view/property_group.rs b/src/view/property_group.rs index 9c86e80..f4b62a4 100644 --- a/src/view/property_group.rs +++ b/src/view/property_group.rs @@ -5,7 +5,7 @@ use yewtil::NeqAssign; #[derive(Clone, PartialEq, Properties)] pub struct InputProps< - O: 'static + VCardPropertyInputObject + Clone, + O: 'static + VCardPropertyInputGroupObject + Clone, M: 'static + PartialEq + Clone, > { pub generated: Callback, @@ -14,7 +14,7 @@ pub struct InputProps< #[derive(Clone, PartialEq)] pub struct PropertyGroupInputComponent< - O: 'static + VCardPropertyInputObject, + O: 'static + VCardPropertyInputGroupObject, M: 'static + PartialEq + Clone, > { pub props: InputProps, @@ -22,7 +22,7 @@ pub struct PropertyGroupInputComponent< pub error: Option, } -impl, M: 'static + PartialEq + Clone> Component +impl, M: 'static + PartialEq + Clone> Component for PropertyGroupInputComponent { type Message = M; @@ -57,7 +57,7 @@ impl, M: 'static + PartialEq + Clone> C } } -impl, M: 'static + PartialEq + Clone> +impl, M: 'static + PartialEq + Clone> PropertyGroupInputComponent { /// Returns the error as `Html` -- cgit v1.2.3