You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to rust, please forgive me if I'm wrong :-).
I got a question regarding the moment module, in lib.rs why ONLY re-export these 3 structs of chrono crate pub use chrono::{Weekday, Local, TimeZone}; ?
Perhaps, we may also need Utc to be able used with Moment, e.g. Moment(Utc::now()) ?
The text was updated successfully, but these errors were encountered:
I'm new to rust, please forgive me if I'm wrong :-).
I got a question regarding the
moment
module, inlib.rs
why ONLY re-export these 3 structs of chrono cratepub use chrono::{Weekday, Local, TimeZone};
?Perhaps, we may also need
Utc
to be able used withMoment
, e.g.Moment(Utc::now())
?The text was updated successfully, but these errors were encountered: