Type Definition neon::result::NeonResult [−][src]
pub type NeonResult<T> = Result<T, Throw>;Expand description
The result type for throwing APIs.
pub type NeonResult<T> = Result<T, Throw>;The result type for throwing APIs.