gir
gir copied to clipboard
Consider prefixing constructors returning a `Result` with `try`
Note these special cases:
- Constructors returning the
Result
in a closure passed as an argument. - Constructors returning a type with
conversion_type
variantResult
.