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

Required Methods

Implementors