macro_rules! impl_altraw_slice {
($ty:ty) => { ... };
}Expand description
AltRawData for any container that derefs to [u8]. Raw has no NA.
macro_rules! impl_altraw_slice {
($ty:ty) => { ... };
}AltRawData for any container that derefs to [u8]. Raw has no NA.