[][src]Macro temptree::entry

macro_rules! entry {
    {
    {
      $($contents:tt)*
    }
  } => { ... };
    {
    $contents:expr
  } => { ... };
}