Traits§
- This trait is intended to parse configurations from structured text. Foundry users can annotate Solidity test functions, providing special configs just for the execution of a specific test.
Functions§
- Tries to parse a
bool
fromvalue
. Thekey
argument is used to give details in the case of an error. - Tries to parse a
u32
fromvalue
. Thekey
argument is used to give details in the case of an error. - Checks if all configuration lines specified in
natspec
use a valid profile.