Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
version_check::is_nightly - Rust
[go: Go Back, main page]

Function version_check::is_nightly[][src]

pub fn is_nightly() -> Option<bool>

Determines whether the running or installed rustc is on the nightly channel.

If the version could not be determined, returns None. Otherwise returns Some(true) if the running version is a nightly release, and Some(false) otherwise.