Skip to main content

ToBuildSystemSyntax

Trait ToBuildSystemSyntax 

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

Required Methods§

Source

fn for_build_system(&self) -> String

Translates the struct to the final build system syntax

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§