Type Definition tc_error::TCResult

source · []
pub type TCResult<T> = Result<T, TCError>;