// reexport of rbtag_derive
pubuserbtag_derive::*;/// Trait for returning the build datetime stamp in UTC
pubtraitBuildDateTime{fnget_build_timestamp(&self)->&'staticstr;}/// Trait for returning the build commit short hash
pubtraitBuildInfo{fnget_build_commit(&self)->&'staticstr;}