Skip to main content

observer_host_main_from

Function observer_host_main_from 

Source
pub fn observer_host_main_from<I, S>(
    provider: &str,
    tests: &[TestRegistration],
    argv: I,
) -> Result<()>
where I: IntoIterator<Item = S>, S: Into<String>,