Skip to content

Commit

Permalink
✏️ book: Move sentence to more sensible location
Browse files Browse the repository at this point in the history
  • Loading branch information
Taha-Firoz authored and zeenix committed Feb 14, 2024
1 parent a0e3d56 commit c9a6d8c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions book/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,15 @@ update accordingly.
However, you can disabling caching for specific properties:

- Add the `#[zbus(property(emits_changed_signal = "false"))]` annotation to the property for which
you desire to disable caching on.
you desire to disable caching on. For more information about all the possible values for
`emits_changed_signal` refer to [`proxy`] documentation.

- Use `proxy::Builder` to build your proxy instance and use [`proxy::Builder::uncached_properties`]
method to list all properties you wish to disable caching for.

- In order to disable caching for either type of proxy use the [`proxy::Builder::cache_properites`]
method.

For more information about all the possible values for `emits_changed_signal` refer to [`proxy`]
documentation.

## How do I use `Option<T>`` with zbus?

While `Option<T>` is a very commonly used type in Rust, there is unfortunately [no concept of a
Expand Down

0 comments on commit c9a6d8c

Please sign in to comment.