Skip to main content

RuleArg

Trait RuleArg 

Source
pub trait RuleArg: ToBuildSystemSyntax {
    // Required methods
    fn new(value: impl Into<String>) -> Self;
    fn get_value(&self) -> &String;
}

Required Methods§

Source

fn new(value: impl Into<String>) -> Self

Source

fn get_value(&self) -> &String

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§