WIP: Add disclosable channels
This commit is contained in:
parent
29c339e3b4
commit
3178adefde
5 changed files with 136 additions and 36 deletions
|
@ -50,6 +50,13 @@ pub trait Component<V: View> {
|
|||
{
|
||||
ComponentAdapter::new(self)
|
||||
}
|
||||
|
||||
fn styleable(self) -> StylableComponentAdapter<Self, V>
|
||||
where
|
||||
Self: Sized,
|
||||
{
|
||||
StylableComponentAdapter::new(self)
|
||||
}
|
||||
}
|
||||
|
||||
impl<V: View, C: GeneralComponent> Component<V> for C {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue