()
| 87 | } |
| 88 | impl CharactersCursor { |
| 89 | fn new() -> CharactersCursor { |
| 90 | CharactersCursor { |
| 91 | base: unsafe { mem::zeroed() }, |
| 92 | input: None, |
| 93 | characters: None, |
| 94 | idx: 0, |
| 95 | } |
| 96 | } |
| 97 | } |
| 98 | |
| 99 | impl VTabCursor for CharactersCursor { |
nothing calls this directly
no outgoing calls
no test coverage detected