fidl_fuchsia_debugger

Type Alias ProcessInfoIteratorGetNextResult

Source
pub type ProcessInfoIteratorGetNextResult = Result<Vec<ProcessInfo>, ProcessInfoError>;

Aliased Type§

enum ProcessInfoIteratorGetNextResult {
    Ok(Vec<ProcessInfo>),
    Err(ProcessInfoError),
}

Variants§

§1.0.0

Ok(Vec<ProcessInfo>)

Contains the success value

§1.0.0

Err(ProcessInfoError)

Contains the error value