Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs1260 if is_cow(&field.ty, is_str) { in from_ast()
1641 is_reference(ty, is_str) || is_reference(ty, is_slice_u8) in is_implicitly_borrowed_reference()
1747 fn is_str(ty: &syn::Type) -> bool { in is_str() functions
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs1260 if is_cow(&field.ty, is_str) { in from_ast()
1641 is_reference(ty, is_str) || is_reference(ty, is_slice_u8) in is_implicitly_borrowed_reference()
1747 fn is_str(ty: &syn::Type) -> bool { in is_str() functions

Completed in 6 milliseconds