| 258 | /// must occur through the functions defined in FFI_TableFunction. |
| 259 | #[derive(Debug)] |
| 260 | pub struct ForeignTableFunction(FFI_TableFunction); |
| 261 | |
| 262 | unsafe impl Send for ForeignTableFunction {} |
| 263 | unsafe impl Sync for ForeignTableFunction {} |
no outgoing calls
no test coverage detected
searching dependent graphs…