Use `Result` in user defined function when possible
Return a Result
for user defined functions that can fail and
which match a C signture returning bool
or XXXReturn
.
Full discussion can be found at:
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Return a Result
for user defined functions that can fail and
which match a C signture returning bool
or XXXReturn
.
Full discussion can be found at: