Attribute Macro cglue::int_result
source ยท #[int_result]Expand description
Mark the trait or function to use IntResult.
This flag has an effect for functions that return Result<T, E>, and
is valid when E implements IntResult. Using this attribute results
in more efficient code generation.