Closed FelipeRosa closed 3 years ago
Make abi::from_* return Result<Abi, Error> instead of Result<Abi, String>
abi::from_*
Result<Abi, Error>
Result<Abi, String>
Make
abi::from_*
returnResult<Abi, Error>
instead ofResult<Abi, String>