Docs.rs
telar-services-core-0.1.5
telar-services-core 0.1.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
18 August 2026
Links
Repository
crates.io
Source
Owners
AdrielGBM
Dependencies
telar-reactive-local ^0.1.5
normal
rustc-hash ^2.1.2
normal
optional
thiserror ^2
normal
optional
tracing ^0.1.44
normal
Versions
58.49%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module dialogs
telar_
services_
core
0.1.5
Module dialogs
Module Items
Structs
Traits
Functions
In crate telar_
services_
core
telar_services_core
Module
dialogs
Copy item path
Source
Structs
§
File
Dialog
What to ask the OS for. Every field is optional: an empty request opens the platform’s default “any file, last directory” dialog.
File
Filter
One entry of a dialog’s type filter: a name the user reads and the extensions it accepts.
Traits
§
File
Dialogs
The OS file-chooser, as the vocabulary crate sees it.
Functions
§
file_
dialogs
The installed backend, or
None
on a platform with no file chooser (headless, Android today).
set_
file_
dialogs
Installs the backend the app’s dialogs go through. The desktop runner calls this at startup; a test or a headless build can install a stub instead. The first call wins.