macro_rules! rumtk_web_init_forms {
( $forms:expr ) => { ... };
}Expand description
This is an API macro for defining a form that can be used to render it later in your web pages.
macro_rules! rumtk_web_init_forms {
( $forms:expr ) => { ... };
}This is an API macro for defining a form that can be used to render it later in your web pages.