Type Definition tc_error::TCResult

source ·
pub type TCResult<T> = Result<T, TCError>;
Expand description

A result of type T, or a TCError