#[macro_export] macro_rules! delegate { ($method:ident) => { ::$method(8) }; }