Type Definition consecuit::construction::types::ComponentFunc[][src]

type ComponentFunc<Ret, Props> = fn(_: ComponentBuilder, _: Props) -> Ret;