Skip to main content

RenderSource

Trait RenderSource 

Source
pub trait RenderSource {
    // Required method
    fn build_render_document(
        &self,
        engine: &RenderEngine,
    ) -> Result<RenderDocument, Error>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl RenderSource for LayoutDocument

Source§

impl RenderSource for SafeLayoutDocument

Implementors§