util: implement Either type (#2821)

This commit is contained in:
Igor Aleksanov
2020-09-08 09:14:08 +02:00
committed by GitHub
parent 37f405bd3b
commit ea79c95c67
2 changed files with 196 additions and 0 deletions
+2
View File
@@ -45,3 +45,5 @@ cfg_io! {
pub mod context;
pub mod sync;
pub mod either;