pub trait CTIfOffset<Condition, OptionTrue, OptionFalse> {
type Result: CTBool;
type Path: Unsigned + Add<U1>;
}Expand description
Specialized implementation of IfCheck to accomodate for the additional constraints
necessary on [CTIf::Path].