pub fn fail_type_info_not_found() -> !
Expand description

Panics with message explaining that types used as type parameters of mocked generic methods must be registered using register_types macro. This method is used by code generated by mocking macros.