Archived
generated from mitchell/rust_template
remove the FS and CX generics
This commit is contained in:
+1
-3
@@ -90,9 +90,7 @@ pub trait FormToolData: Clone + 'static {
|
||||
/// Uses the given form builder to specify what fields should be present
|
||||
/// in the form, what properties those fields should have, and how that
|
||||
/// data should be parsed and checked.
|
||||
fn build_form(
|
||||
fb: FormBuilder<Self, Self::Style, Self::Context>,
|
||||
) -> FormBuilder<Self, Self::Style, Self::Context>;
|
||||
fn build_form(fb: FormBuilder<Self>) -> FormBuilder<Self>;
|
||||
|
||||
/// Constructs a [`Form`] for this [`FormToolData`] type.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user