Skip to main content

consume_context

Macro consume_context 

Source
macro_rules! consume_context {
    ($scope:expr, $ty:ty) => { ... };
}
Expand description

Shorthand for scope.consume::<T>().

let theme: Option<Rc<Theme>> = consume_context!(scope, Theme);