pub struct NewAxis;
Expand description
Token to represent a new axis in a slice description.
See also the s![]
macro.
Trait Implementations§
source§impl From<NewAxis> for SliceInfoElem
impl From<NewAxis> for SliceInfoElem
source§fn from(_: NewAxis) -> SliceInfoElem
fn from(_: NewAxis) -> SliceInfoElem
Converts to this type from the input type.