macro_rules! consume_context {
($scope:expr, $ty:ty) => { ... };
}Expand description
Shorthand for scope.consume::<T>().
ⓘ
let theme: Option<Rc<Theme>> = consume_context!(scope, Theme);