Re-exports§
pub use datatable::TabularDataResource;
Modules§
Structs§
- A
Media
is a collection of data associated with different Media types. It allows for the representation of rich content that can be displayed in multiple formats. These are found in thedata
field of aDisplayData
andExecuteResult
messages/output types.
Enums§
- An enumeration representing various Media types, otherwise known as MIME (Multipurpose Internet Mail Extensions) types. These types are used to indicate the nature of the data in a rich content message such as
DisplayData
,UpdateDisplayData
, andExecuteResult
.