Macros§
Structs§
Enums§
Traits§
- Async
- This is defined as a convenient constraint alias to
Send + Sync + 'static
. - CanRaise
Async Error - CanRaise
Error - Used for injecting external error types into
Self::Error
. - CanWrap
Async Error - CanWrap
Error - Delegate
Component - Field
Getter - HasAsync
Error Type - HasComponents
- HasError
Type - This is used for contexts to declare that they have a unique
Self::Error
type. - HasField
- HasField
Mut - HasType
- Maybe
Send - Types that can be transferred across thread boundaries.
- Maybe
Static - Maybe
Sync - Types for which it is safe to share references between threads.
- MutField
Getter - Provide
Type