pub struct AppContainerProps {
pub children: Children,
}
Expand description
Props for the AppContainer
component.
AppContainer Leptos Component
§Required Props
- children:
Children
Fields§
§children: Children
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppContainerProps
impl !RefUnwindSafe for AppContainerProps
impl !Send for AppContainerProps
impl !Sync for AppContainerProps
impl Unpin for AppContainerProps
impl !UnwindSafe for AppContainerProps
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more