language_reporting

Function Component

Source
pub fn Component<T>(
    function: fn(_: T, _: Document) -> Document,
    data: T,
) -> impl Render