Trait mango_orm::forms::html_controls::HtmlControls[][src]

pub trait HtmlControls {
    fn to_html(
        fields_name: &Vec<String>,
        map_widgets: HashMap<String, Widget>
    ) -> String { ... }
fn html(&self) -> String { ... } }

Provided methods

fn to_html(
    fields_name: &Vec<String>,
    map_widgets: HashMap<String, Widget>
) -> String
[src]

fn html(&self) -> String[src]

Loading content...

Implementors

Loading content...