(&self)
| 489 | |
| 490 | #[must_use] |
| 491 | pub fn descriptors(&self) -> Vec<ExtensionDescriptor> { |
| 492 | self.extensions.iter().map(|ext| ext.descriptor()).collect() |
| 493 | } |
| 494 | |
| 495 | /// Names of the extensions that are active for `sandbox`, in |
| 496 | /// registration order. |