Skip to main content

context

Function context 

Source
pub fn context<T>() -> Option<T>
where T: Clone + 'static,
Expand description

This surface’s context of type T, as the latest build left it. None before anything set one — a widget built outside a surface, which is every unit test.