[][src]Module seed::app::builder

Re-exports

pub use after_mount::AfterMount;
pub use after_mount::IntoAfterMount;
pub use after_mount::UndefinedAfterMount;
pub use after_mount::UrlHandling;
pub use before_mount::BeforeMount;
pub use before_mount::MountPoint;
pub use before_mount::MountType;
pub use before_mount::UndefinedMountPoint;
pub use init::IntoInit;
pub use init::UndefinedInitAPI;
pub use init::UndefinedIntoInit;

Modules

after_mount
before_mount
init

Structs

BeforeAfterInitAPI
Builder

Used to create and store initial app configuration, ie items passed by the app creator.

MountPointInitInitAPIDeprecated

Traits

InitAPI
InitAPIData