Macro neo4rs::cenum

source ·
macro_rules! cenum {
    ($name:ident { $($variants:ident),+ $(,)? }) => { ... };
}