pub fn OperationResult<T, E>(props: OperationResultProps<T, E>) -> Elementwhere T: Clone + PartialEq + 'static, E: Clone + PartialEq + 'static,
Global messages as feedback in response to user operations.