InlineCStr

Type Alias 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§

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