pub trait StrictTuple: StrictProduct {
    const FIELD_COUNT: u8;

    fn strict_check_fields() { ... }
    fn strict_type_info() -> TypeInfo<Self> { ... }
}

Required Associated Constants§

Provided Methods§

Implementors§