[][src]Trait ss_view_tree::Component

pub trait Component {
    fn spec_type_id(&self) -> TypeId;
fn box_clone(&self) -> Box<dyn Component>;
fn spawn(&self) -> Box<()>; }

Required methods

fn spec_type_id(&self) -> TypeId

fn box_clone(&self) -> Box<dyn Component>

fn spawn(&self) -> Box<()>

Loading content...

Trait Implementations

impl PartialEq<dyn Component + 'static> for dyn Component[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Debug for dyn Component[src]

Implementors

Loading content...