[][src]Macro jrdb::jr_doc

macro_rules! jr_doc {
    {
      $(
        $x:expr;$z:ty => $y:expr
      ),+ $(,)?
    } => { ... };
}