Add pub
This commit is contained in:
parent
8ef671d7a1
commit
84f35d4e6b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ pub struct StylableComponentAdapter<C: Component<V>, V: View> {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<C: Component<V>, V: View> StylableComponentAdapter<C, V> {
|
impl<C: Component<V>, V: View> StylableComponentAdapter<C, V> {
|
||||||
fn new(component: C) -> Self {
|
pub fn new(component: C) -> Self {
|
||||||
Self {
|
Self {
|
||||||
component,
|
component,
|
||||||
phantom: std::marker::PhantomData,
|
phantom: std::marker::PhantomData,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue