Returns metadata for all callables currently registered in the builder.
(&self)
| 300 | |
| 301 | /// Returns metadata for all callables currently registered in the builder. |
| 302 | pub fn callables_metadata(&self) -> Rc<RefCell<HashMap<SymbolKey, Rc<CallableMetadata>>>> { |
| 303 | self.callables_metadata.clone() |
| 304 | } |
| 305 | |
| 306 | /// Registers the given clearable. |
| 307 | /// |