Crate prehnite_core

Crate prehnite_core 

Source

Modules§

db
アプリケーションのデータベース
font
アプリ全体のフォントマネージャ
i18n
多言語対応
license
LicenseBundleの読み取り
license_bundle
ライセンスバンドル
log
ロギングの実装
settings
アプリの設定関連
util
ユーティリティ
widget
汎用的なWidget

Macros§

opt_unwrap_or_continue
オプションから値を取り出します。Noneの場合、continue します。
opt_unwrap_or_return
オプションから値を取り出します。Noneの場合、return $ret_val します。
to_hash_map_key_id
v.id をキーとして v のリストからタプルを作成します。
to_hash_map_key_name
v.name をキーとして v のリストからタプルを作成します。

Enums§

MessageLevel
The level of the message in the dialog, which usually affects the color or icon in the dialog.