macro_rules! shadow_root {
    ($this:ident, $mode:expr => { $($methods:tt)* }) => { ... };
}