[][src]Function render_tree::Component

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