Home
last modified time | relevance | path

Searched defs:input_type (Results 1 – 1 of 1) sorted by relevance

/tonic/tonic-build/src/
H A Dmanual.rs169 input_type: String, field
264 input_type: Option<String>, field
306 pub fn input_type(mut self, input_type: impl AsRef<str>) -> Self { in input_type() method