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

Loading content...

Implementors

Loading content...