Convenience accessor for the function loader.
(&self)
| 254 | |
| 255 | /// Convenience accessor for the function loader. |
| 256 | pub fn function_loader(&self) -> FunctionLoaderFn<'a> { |
| 257 | self.loaders.function_loader |
| 258 | } |
| 259 | |
| 260 | /// Convenience accessor for the constant loader. |
| 261 | pub fn constant_loader(&self) -> ConstantLoaderFn<'a> { |
no outgoing calls