Type Definition z3tracer::error::RawResult[][src]

type RawResult<T> = Result<T, RawError>;

Result type based on RawError.