Type Alias ArcBytes

Source
pub type ArcBytes<L = Compact> = ArcSlice<u8, L>;

Aliased Type§

struct ArcBytes<L = Compact> { /* private fields */ }

Trait Implementations§

Source§

impl<L: Layout> From<ArcStr<L>> for ArcBytes<L>

Source§

fn from(value: ArcStr<L>) -> Self

Converts to this type from the input type.