Type Definition neon::result::NeonResult[][src]

pub type NeonResult<T> = Result<T, Throw>;
Expand description

The result type for throwing APIs.