Trait Texas::Populate

source ·
pub trait Populate {
    // Required method
    fn attach(&mut self, other: Component) -> Result<(), Box<dyn Error>>;
}

Required Methods§

source

fn attach(&mut self, other: Component) -> Result<(), Box<dyn Error>>

Implementors§