Skip to main content

button

Function button 

Source
pub fn button<'a>(
    text: &str,
    function: &str,
    args: &str,
    state: SharedAppState,
) -> ComponentResult<Button>