pub trait HasTargetSpec {
    // Required method
    fn target_spec(&self) -> &Target;
}

Required Methods§

Implementors§