Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from robscllc/master
Browse files Browse the repository at this point in the history
feat: support HashMap
  • Loading branch information
gandro authored Jul 22, 2019
2 parents 0847713 + 5e2eb4f commit e3ede98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/imp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ impl<'a, T: ::TypeName> ::TypeName for &'a mut T {
derive_type_name!(std::string::String);
derive_type_name!(std::marker::PhantomData<T>);
derive_type_name!(std::vec::Vec<T>);
derive_type_name!(std::collections::HashMap<K, V>);
derive_type_name!(std::boxed::Box<T>);
derive_type_name!(std::option::Option<T>);
derive_type_name!(std::result::Result<T, E>);
Expand Down

0 comments on commit e3ede98

Please sign in to comment.