fuel-bft icon indicating copy to clipboard operation
fuel-bft copied to clipboard

Consider using `thiserror` for the error types

Open vlopes11 opened this issue 2 years ago • 1 comments

why not use thiserror?

Originally posted by @Voxelot in https://github.com/FuelLabs/fuel-bft/pull/9#discussion_r833763560

vlopes11 avatar Mar 24 '22 06:03 vlopes11

note: thiserror currently doesn't support no-std (although neither does std::error::Error).

Voxelot avatar Mar 25 '22 01:03 Voxelot