Encodes the specification as a boolean expression for quick checking...
| 164 | |
| 165 | // Encodes the specification as a boolean expression for quick checking... |
| 166 | pub trait EncodeQuickCheck { |
| 167 | fn encode_quick_check(&self) -> (TokenStream, TokenStream); |
| 168 | } |
| 169 | |
| 170 | /*impl EncodeQuickCheck for Vec<Specification> { |
| 171 | fn encode_quick_check(&self, tokens: &mut TokenStream) { |
nothing calls this directly
no outgoing calls
no test coverage detected