merge stable version #2
|
@ -71,6 +71,8 @@ impl<I> Product<InputBuilder, Box> for Input<I> {
|
|||
}
|
||||
|
||||
impl<I> Input<I> {
|
||||
pub fn get_component(&self) -> &Box {
|
||||
&self.component
|
||||
}
|
||||
|
||||
pub fn get_input(&self) -> &I {
|
||||
|
|
Loading…
Reference in New Issue