Macro ppv_lite86::dispatch_light256[][src]

macro_rules! dispatch_light256 {
    ($mach : ident, $MTy : ident,
 {
     $([$pub : tt $(($krate : tt)) *]) * fn $name :
     ident($($arg : ident : $argty : ty), * $(,) *) -> $ret : ty $body : block
 }) => { ... };
    ($mach : ident, $MTy : ident,
 {
     $([$pub : tt $(($krate : tt)) *]) * fn $name :
     ident($($arg : ident : $argty : ty), * $(,) *) $body : block
 }) => { ... };
}