pub trait LayoutSessionExt: SessionExt {
// Provided method
fn layouts(&self) -> Ref<'_, LayoutSession> { ... }
}Expand description
Extension trait for accessing layout session data.
Provided Methods§
Sourcefn layouts(&self) -> Ref<'_, LayoutSession>
fn layouts(&self) -> Ref<'_, LayoutSession>
Returns the layout encoding registry.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.