Type Alias java_bindgen::exception::JResult
source · pub type JResult<T, E = JException> = Result<T, E>;
Aliased Type§
enum JResult<T, E = JException> {
Ok(T),
Err(E),
}
pub type JResult<T, E = JException> = Result<T, E>;
enum JResult<T, E = JException> {
Ok(T),
Err(E),
}