Crate actuate_core

Source

Modules§

prelude

Structs§

Composer
Composer for composable content.
ContextError
DynCompose
Dynamically-typed composable.
FieldWrap
FromIter
Map
Mapped immutable reference to a value of type T.
Memo
Mut
Mutable reference to a value of type T.
Ref
Immutable reference to a value of type T.
Runtime
Runtime for a Composer.
Scope
Composable scope.
ScopeData
State of a composable.
Update
An update to apply to a composable.

Enums§

Cow
Clone-on-write value.
RefMap
Immutable reference or mapped reference to a value.

Traits§

Compose
A composable function.
Data
Composable data.
Memoize
Updater
Updater for a Composer.

Functions§

from_iter
use_callback
use_context
Use a context value of type T.
use_drop
use_memo
Use a memoized value of type T with a dependency of type D.
use_mut
Use a mutable reference to a value of type T.
use_provider
Provide a context value of type T.
use_ref
Use an immutable reference to a value of type T.

Type Aliases§

ScopeState

Derive Macros§

Data