ComponentFunc

Type Alias ComponentFunc 

Source
pub type ComponentFunc<Ret, Props> = fn(ComponentBuilder, Props) -> Ret;