used for full text search engine
| 28 | |
| 29 | // used for full text search engine |
| 30 | pub trait FullText { |
| 31 | fn get_content(&self) -> Option<String>; |
| 32 | } |
| 33 | |
| 34 | |
| 35 | pub struct RangeField { |
nothing calls this directly
no outgoing calls
no test coverage detected