merge stable version #2
|
@ -45,7 +45,6 @@ pub struct Input<I> {
|
|||
component: Box,
|
||||
input: I,
|
||||
input_label: Label,
|
||||
input_frame: Frame,
|
||||
}
|
||||
|
||||
pub struct InputBuilder {
|
||||
|
@ -74,8 +73,6 @@ impl<I> Product<InputBuilder, Box> for Input<I> {
|
|||
impl<I> Input<I> {
|
||||
}
|
||||
|
||||
pub fn get_frame(&self) -> &Frame {
|
||||
&self.input_frame
|
||||
pub fn get_input(&self) -> &I {
|
||||
&self.input
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue