rustc_data_structures
1.81.0-nightly
(c6727fc9b 2024-07-12)
Module owned_slice
Structs
Functions
In crate rustc_data_structures
Module
rustc_data_structures
::
owned_slice
Copy item path
source
·
[
−
]
Structs
§
OwnedSlice
An owned slice.
Functions
§
slice_owned
Makes an
OwnedSlice
out of an
owner
and a
slicer
function.
try_slice_owned
Makes an
OwnedSlice
out of an
owner
and a
slicer
function that can fail.