Type Definition crossbow_android::error::Result
source · [−]pub type Result<T> = Result<T, AndroidError>;Expand description
Result type wrapper with AndroidError.
pub type Result<T> = Result<T, AndroidError>;Result type wrapper with AndroidError.