blob: 0d752e120395548364558bf926fca8930dcdff28 [file] [log] [blame]
#[macro_export]
macro_rules! delegate {
($method:ident) => {
<Self>::$method(8)
};
}