Type Definition rgsl::GSLResult[][src]

type GSLResult<T> = Result<T, Value>;

A type for results generated by GSL functions where Err is enums::Value.

Trait Implementations

impl From<Value> for GSLResult<()>
[src]

Performs the conversion.