Function emacs_multibyte::util::boxing::box_into_string

source ·
pub unsafe fn box_into_string<A: Allocator>(b: Box<[u8], A>) -> Box<str, A>
Expand description

§Safety

b MUST point to a valid str allocation!