Trait formy::Form[][src]

pub trait Form {
    fn to_form() -> String;
}

A trait for structs which can be parsed into a html form.

Required methods

fn to_form() -> String[src]

Returns the form representation of this struct.

Loading content...

Implementors

Loading content...