Skip to main content

CToolchainLinker

Trait CToolchainLinker 

Source
pub trait CToolchainLinker {
    // Required methods
    fn get_linker_flag(&self, flag: CLinkFlag) -> String;
    fn get_location(&self) -> &Path;

    // Provided method
    fn get_linker_flags(&self, flags: CLinkFlags) -> String { ... }
}

Required Methods§

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§