Type Definition concordium_std::ParseResult [−][src]
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.
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.