[][src]Module yew_bulma::prelude

Re-exports

pub use crate::alert::Alert;
pub use crate::flash;
pub use crate::flash::Flash;
pub use crate::forms::prelude::*;
pub use crate::modal::Modal;
pub use crate::title::Title;
pub use crate::validations::prelude::*;

Structs

DateTime

ISO 8601 combined date and time with time zone.

NaiveDateTime

ISO 8601 combined date and time without timezone.

Rc

A single-threaded reference-counting pointer. 'Rc' stands for 'Reference Counted'.

Utc

The UTC time zone. This is the most efficient time zone when you don't need the local time. It is also used as an offset (which is also a dummy type).