rustc_data_structures

Module owned_slice

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.