macro_rules! proteus_impl { ($body:block or throw $err_type:ty) => { ... }; ($body:block) => { ... }; }