1 2 3 4
#[deprecated(since = "0.1.4", note = "This has been renamed to `DynamicGrid`")] pub type Grid<T> = crate::DynamicGrid<T>; pub use crate::IncompatibleRowSize;