Trait Empty

Source
pub trait Empty { }

Trait Implementations§

Source§

impl Desc for dyn Empty

Source§

type Props = dyn Empty

Source§

type Child = dyn Empty

Source§

type Children = ()

Source§

fn stage<'a>( _: &Self::Props, outer_area: AbsRect, outer_limits: AbsLimits, _: &Self::Children, id: Weak<SourceID>, renderable: Option<Rc<dyn Renderable>>, window: &mut WindowState, ) -> Box<dyn Staged + 'a>

Resolves a pending layout into a resolved node, which contains a pointer to the R-tree
Source§

impl<'a, T: Empty + 'static> From<&'a T> for &'a (dyn Empty + 'static)

Source§

fn from(value: &'a T) -> Self

Converts to this type from the input type.

Implementations on Foreign Types§

Source§

impl Empty for ()

Source§

impl Empty for Arc<CrossReferenceDomain>

Source§

impl<T: Empty> Empty for Rc<T>

Implementors§