probe_rs::config

Function get_target_by_name

Source
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.