Trait react::Component [] [src]

pub trait Component {
    fn render(&self) -> String;
}

Required Methods

Implementors