Type Definition neon::result::NeonResult

source · []
pub type NeonResult<T> = Result<T, Throw>;
Expand description

The result type for throwing APIs.