Trait consecuit::construction::types::ContainerReturn[][src]

pub trait ContainerReturn: ComponentReturn<HoleNode = YesHoleNode> + Sealed { }
Expand description

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.

Implementors