cell-map-macro 0.2.0

Macros for the cell-map crate
Documentation
1
2
3
4
5
6
//! Tests that layer cannot be implemented on structs

use cell_map::Layer;

#[derive(Layer)]
struct NotALayer;