Type Definition tc_error::TCResult[][src]

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