add attribute try_from

This commit is contained in:
Zeyi Fan
2019-05-11 23:26:42 -07:00
parent 6dd2b4607f
commit 4c29eea790
11 changed files with 117 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
pub use lib::clone::Clone;
pub use lib::convert::{From, Into};
pub use lib::convert::{From, Into, TryFrom};
pub use lib::default::Default;
pub use lib::fmt::{self, Formatter};
pub use lib::marker::PhantomData;