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
either 1.0.0 - Docs.rs
[go: Go Back, main page]

either 1.0.0

The enum `Either`, with variants `Left` and `Right` and trait implementations including Iterator, Read, Write. Either has methods that are similar to Option and Result. Includes convenience macros `try_left!()` and `try_right!()` to use for short-circuiting logic.
Documentation

The enum Either.

Crate features:

  • "use_std" Enabled by default. Disable to make the library #![no_std].