Type Alias sentinel::InlineCStr

source ·
pub type InlineCStr<const N: usize> = InlineSSlice<u8, N>;
Expand description

A sentinel-terminated string that’s backed by a fixed-size array.

Aliased Type§

struct InlineCStr<const N: usize>(/* private fields */);