[][src]Module meli::types

UI types used throughout meli.

Modules

helpers
segment_tree

Simple segment tree implementation for maximum in range queries. This is useful if given an

Structs

CallbackFn
File
Notification

An event notification that is passed to Entities for handling.

RateLimit

Enums

ComposeEvent
ContactEvent
ForkType
NotificationType
StatusEvent
ThreadEvent

ThreadEvent encapsulates all of the possible values we need to transfer between our threads to the main process.

UIEvent
UIMode

Functions

create_temp_file

Returned File will be deleted when dropped if delete_on_drop is set, so make sure to add it on context.temp_files to reap it later.

Type Definitions

UIMessage