Skip to main content

DockerfileContent

Trait DockerfileContent 

Source
pub trait DockerfileContent {
    // Required method
    fn generate_content(&self) -> String;
}

Required Methods§

Implementors§