From a8e42248cf617767dfd890c0832ea233bb4608fc Mon Sep 17 00:00:00 2001 From: David Blajda Date: Wed, 19 Dec 2018 19:06:51 +0000 Subject: Another Barrier reimplementation --- src/bin/main.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/bin') diff --git a/src/bin/main.rs b/src/bin/main.rs index 8b46196..c5b7ea2 100644 --- a/src/bin/main.rs +++ b/src/bin/main.rs @@ -28,12 +28,22 @@ fn main() { () }); + let clip2 = authed_client + .clips() + .clip(&"EnergeticApatheticTarsierThisIsSparta") + .map_err(|err| { + println!("{:?}", err); + () + }); + + /* let clip2 = client.kraken .clip(&"EnergeticApatheticTarsierThisIsSparta") .map_err(|err| { println!("{:?}", err); () }); + */ /* Prevents tokio from **hanging** * since tokio::run blocks the current thread and waits for the entire runtime -- cgit v1.2.3