logo

Type Definition i_slint_core::window::WindowRc

source · []
pub type WindowRc = Rc<Window>;
Expand description

Internal alias for Rc so that it can be used in the vtable functions and generate a good signature.