Home
last modified time | relevance | path

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

/external/rust/crates/serde_derive/src/internals/
Dattr.rs220 type_into: Option<syn::Type>, field
305 let mut type_into = Attr::none(cx, INTO); in from_ast() localVariable
666 pub fn type_into(&self) -> Option<&syn::Type> { in type_into() method