Type Definition tc_error::TCResult[][src]

type TCResult<T> = Result<T, TCError>;