[][src]Type Definition concordium_contracts_common::ParseResult

type ParseResult<A> = Result<A, ParseError>;

A type alias used to indicate that the value is a result of parsing from binary via the Serial instance.