pub struct ComponentRenderer { /* private fields */ }
Expand description
コンポーネントレンダラー
Implementations§
Source§impl ComponentRenderer
impl ComponentRenderer
pub fn new() -> Self
Sourcepub async fn render_component_tree(
&self,
tree: &ComponentTreeIR,
context: RenderContext,
) -> Result<RenderResultIR>
pub async fn render_component_tree( &self, tree: &ComponentTreeIR, context: RenderContext, ) -> Result<RenderResultIR>
コンポーネントツリーをレンダリング
Auto Trait Implementations§
impl Freeze for ComponentRenderer
impl !RefUnwindSafe for ComponentRenderer
impl Send for ComponentRenderer
impl Sync for ComponentRenderer
impl Unpin for ComponentRenderer
impl !UnwindSafe for ComponentRenderer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more