Home
last modified time | relevance | path

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

/third_party/rust/rust/library/alloc/src/ffi/
Dc_str.rs262 trait SpecNewImpl { in new() interface
298 impl SpecNewImpl for &'_ [u8] { in new() impl
304 impl SpecNewImpl for &'_ str { in new() impl
310 impl SpecNewImpl for &'_ mut [u8] { in new() impl