1 2 3 4 5 6
//! Tests that layer cannot be implemented on structs use cell_map::Layer; #[derive(Layer)] struct NotALayer;