From c26a941541ccd7733f7533372da71f0a5be36ed5 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 14 Mar 2021 09:26:51 +0100 Subject: Rename try_into/try_from Because of the clash in names with the TryInto and TryFrom traits, we're renaming the functions here to try_serialize/try_deserialize. Signed-off-by: Matthias Beyer --- examples/watch/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/watch/src/main.rs') diff --git a/examples/watch/src/main.rs b/examples/watch/src/main.rs index 91391e0..86f1bc6 100644 --- a/examples/watch/src/main.rs +++ b/examples/watch/src/main.rs @@ -26,7 +26,7 @@ fn show() { .read() .unwrap() .clone() - .try_into::>() + .try_deserialize::>() .unwrap()); } -- cgit v1.2.3