merge stable version #2

Merged
doryan merged 97 commits from experimental into main 2024-08-28 18:54:00 +03:00
Showing only changes of commit 7282045c98 - Show all commits

View File

@ -71,6 +71,8 @@ impl<I> Product<InputBuilder, Box> for Input<I> {
} }
impl<I> Input<I> { impl<I> Input<I> {
pub fn get_component(&self) -> &Box {
&self.component
} }
pub fn get_input(&self) -> &I { pub fn get_input(&self) -> &I {