rgsl::GSLResult
[−]
[src]
type GSLResult<T> = Result<T, Value>;
A type for results generated by GSL functions where Err
is enums::Value
.
type GSLResult<T> = Result<T, Value>;
A type for results generated by GSL functions where Err
is enums::Value
.