Skip to main content

Module host

Module host 

Source
Expand description

IExtensionHost related functions and types.

Useful for sending feedbacks to users.

Structs§

LogMessage
Struct which represents a log message.
LogMessage_Impl
ProgressState
Struct which represents the progress state of an operation.
ProgressStateBuilder
Builder for ProgressState.
ProgressState_Impl
StatusMessage
Struct which represents a status message.
StatusMessageBuilder
Builder for StatusMessage.
StatusMessage_Impl

Enums§

MessageState
Rust idiomatic representation of crate::bindings::MessageState
StatusContext
Rust idiomatic representation of crate::bindings::StatusContext

Functions§

hide_status
Hides a status message.
log_message
Logs a message to the host.
set_ext_host
Sets the global extension host reference.
show_status
Shows a status message to the user.