pub type BrowseControllerExtSendRawBrowseCommandResult = Result<Vec<u8>, BrowseControllerError>;

Aliased Type§

enum BrowseControllerExtSendRawBrowseCommandResult {
    Ok(Vec<u8>),
    Err(BrowseControllerError),
}

Variants§

§1.0.0

Ok(Vec<u8>)

Contains the success value

§1.0.0

Err(BrowseControllerError)

Contains the error value