Macro kawaii::string [] [src]

macro_rules! string {
    ($name:ty) => { ... };
    ($name:ty, $($rest:ty),*) => { ... };
}