RKTK API Docs RKTK Home Repo

Module hooks

Source
Expand description

Hooks are used to customize the behavior of the application.

Re-exports§

pub use empty_hooks::create_empty_hooks;

Modules§

channels
Collection of sender/receiver that can be used with hooks.
empty_hooks
Collection of empty hooks and utility functions.
interface
Hooks traits

Structs§

Hooks
Hooks that can be passed to crate::task::start function. See earch trait’s documentation for more information.