Searched refs:from_boxed_bytes (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/bstr/src/ | ||
D | bstr.rs | 60 pub(crate) fn from_boxed_bytes(slice: Box<[u8]>) -> Box<BStr> { in from_boxed_bytes() method |
D | impls.rs | 609 BStr::from_boxed_bytes(s) in from() |