Module consecuit::construction::types[][src]

Traits

ComponentProps

An alias for PartialEq + Clone + 'static. Sealed.

ComponentReturn

Use impl ComponentReturn as return type for components. See the docs at crate for more information on how to write components. This trait is sealed.

ContainerReturn

Use impl ContainerReturn as return type for components with hole. See the docs at crate for more information on how to write components. This trait is sealed.

HookReturn

Use impl HookReturn<the value> as return type for hooks. See the docs at crate for more information on how to write hooks. This trait is sealed.

Type Definitions

ComponentFunc
DynComponentReturn

An alias for when you really need to name the concrete return type of your component.