Skip to main content

Module spec

Module spec 

Source
Expand description

§Component spec

The per-component contract on the component markers (the child components it may nest and the properties it requires), and the runtime vtable that bridges the open IcalComponentKind back to those static impls.

Traits§

IcalComponentSpec
The per-component contract: the child components it may nest and the properties it requires. Implemented on the zero-sized component markers; the defaults are the permissive empty sets, so a component overrides only where it constrains.