Home
last modified time | relevance | path

Searched refs:tokio_for_string (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/
Delem.rs300 let tokio_for_string = customize.tokio_bytes_for_string.unwrap_or(false); in field_elem() localVariable
303 Type::TYPE_STRING if tokio_for_string => { in field_elem()