Type Definition concordium_base::common::ParseResult

source ·
pub type ParseResult<T> = Result<T>;
Expand description

Result when deserializing a value. This is a simple wrapper around Result that fixes the error type to be anyhow::Error.