Type Definition rgsl::GSLResult

source ·
pub type GSLResult<T> = Result<T, Value>;
Expand description

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

Trait Implementations§

Converts to this type from the input type.