Type Definition tezos_data_encoding::nom::NomError
source · pub type NomError<'a> = DecodeError<NomInput<'a>>;
Expand description
Error type used to parameterize nom
.
pub type NomError<'a> = DecodeError<NomInput<'a>>;
Error type used to parameterize nom
.