[][src]Trait seed::app::builder::before_mount::MountPoint

pub trait MountPoint {
    fn element_getter(self) -> Box<dyn FnOnce() -> Element>;
}

Required methods

fn element_getter(self) -> Box<dyn FnOnce() -> Element>

Loading content...

Implementations on Foreign Types

impl<'_> MountPoint for &'_ str[src]

impl MountPoint for Element[src]

impl MountPoint for HtmlElement[src]

Loading content...

Implementors

Loading content...