Native side-module file installed into `/lib/postgresql`, when the extension has one.
(self)
| 88 | /// Native side-module file installed into `/lib/postgresql`, when the |
| 89 | /// extension has one. |
| 90 | pub const fn native_module_file(self) -> Option<&'static str> { |
| 91 | self.native_module_file |
| 92 | } |
| 93 | |
| 94 | /// SQL extension names that must be installed before this extension. |
| 95 | pub const fn dependencies(self) -> &'static [&'static str] { |
no outgoing calls
no test coverage detected