Function probe_rs::config::get_target_by_name[][src]

pub fn get_target_by_name(
    name: impl AsRef<str>
) -> Result<Target, RegistryError>
Expand description

Get a target from the internal registry based on its name.