Home
last modified time | relevance | path

Searched refs:is_printable (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/syn/codegen/src/
H A Dsnapshot.rs53 fn is_printable(ty: &Type) -> bool { in is_printable() functions
56 Type::Box(ty) => is_printable(ty), in is_printable()
57 Type::Tuple(ty) => ty.iter().any(is_printable), in is_printable()
64 if !is_printable(ty) { in format_field()

Completed in 1 milliseconds