Type Alias randomx_rust_wrapper::RResult
source · pub type RResult<T> = Result<T, RandomXError>;Aliased Type§
enum RResult<T> {
Ok(T),
Err(RandomXError),
}pub type RResult<T> = Result<T, RandomXError>;enum RResult<T> {
Ok(T),
Err(RandomXError),
}