Crate radicle_tui
source ·Modules§
Structs§
- A multi-producer, single-consumer message channel.
- An optional return value.
- A ‘PageStack’ for applications. Page identifier can be pushed to and popped from the stack.
- The output that is returned by all selection interfaces.
Traits§
- Provide implementations for conversions to and from
Box<dyn Any>
.
Functions§
- Initialize a
Store
with theState
given and aFrontend
with theApp
given, and run their main loops concurrently. Connect them to theChannel
and also to an interrupt broadcast channel also initialized in this function. - Initialize a
Store
with theState
given and aFrontend
with theWidget
given, and run their main loops concurrently. Connect them to theChannel
and also to an interrupt broadcast channel also initialized in this function.