ENCTYPE

Constant ENCTYPE 

Source
pub const ENCTYPE: &str = "enctype";
Expand description

The enctype attribute.

Encoding type for form data: “application/x-www-form-urlencoded”, “multipart/form-data”, or “text/plain”.