Macro mpstthree::create_normal_role[][src]

macro_rules! create_normal_role {
    ($role_name : ident, $dual_name : ident) => { ... };
}
Expand description

Create a new mpstthree::role::Role and its dual.

Arguments

Example

use mpstthree::create_normal_role;

create_normal_role!(RoleA, RoleADual);