ProjectInitializer

Trait ProjectInitializer 

Source
pub trait ProjectInitializer {
    // Required method
    fn init_project(
        &self,
        name: Option<String>,
        template: Option<String>,
        here: bool,
    ) -> Result<InitResult>;
}

Required Methods§

Source

fn init_project( &self, name: Option<String>, template: Option<String>, here: bool, ) -> Result<InitResult>

Implementors§