Skip to main content

LayoutRef

Type Alias LayoutRef 

Source
pub type LayoutRef = Arc<dyn DynLayout>;
Expand description

Shared, erased handle to a layout tree node.

Aliased Type§

pub struct LayoutRef { /* private fields */ }

Trait Implementations§

Source§

impl<V: VTable> From<Layout<V>> for LayoutRef

Source§

fn from(value: Layout<V>) -> Self

Converts to this type from the input type.