zino_dioxus::feedback

Function OperationResult

Source
pub fn OperationResult<T, E>(props: OperationResultProps<T, E>) -> Element
where T: Clone + PartialEq + 'static, E: Clone + PartialEq + 'static,
Expand description

Global messages as feedback in response to user operations.