macro_rules! vec {
($($tt:tt)*) => { ... };
}Available on crate features
alloc or std only.Expand description
An alias of not_empty_vec if not_empty::vec usage is preferred.
macro_rules! vec {
($($tt:tt)*) => { ... };
}alloc or std only.An alias of not_empty_vec if not_empty::vec usage is preferred.