Module tauri_runtime::tag[][src]

Expand description

Working with “string-able” types.

Traits

Tag

Represents a “string-able” type.

TagRef

A reference to a Tag.

ToJsString

Private helper to turn Tag related things into JavaScript, safely.

Functions

tags_to_javascript_array

Turn any collection of Tags into a JavaScript array of strings.