Crate trello_to_deck

Crate trello_to_deck 

Source

Modules§

macros

Macros§

ask
backoff
default_on_actor_link_died
default_on_actor_panic
default_on_actor_start
default_on_actor_stop
f
message
newtype
on_actor_link_died
Called when a linked actor dies.
on_actor_panic
Called swhen the actor encounters a panic or an error during “tell” message handling.
on_actor_start
Called when the actor starts, before it processes any messages.
on_actor_stop
Called before the actor stops.
publish
s
spawn
spawns a new actor and sets up bi-directional links
spawn_in_thread
stringify_expr
subscribe
tell
with_exponential_backoff

Structs§

Commands
Ctx

Enums§

Command

Functions§

run