diff options
| author | Max Audron <audron@cocaine.farm> | 2025-02-27 01:03:29 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-02-27 01:03:29 +0100 |
| commit | e4338a9d9d0a76029bca376c2bcb499962575e87 (patch) | |
| tree | a0c14be508381e3f5091d1872210edd612f57dde /src/primitive | |
| parent | implement NetworkId UserType (diff) | |
extend docs and reorganize files
Diffstat (limited to 'src/primitive')
| -rw-r--r-- | src/primitive/variant.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/primitive/variant.rs b/src/primitive/variant.rs index d39e0bf..903f77c 100644 --- a/src/primitive/variant.rs +++ b/src/primitive/variant.rs @@ -88,7 +88,7 @@ impl From<&str> for Variant { } /// Implements the Network trait genericly for everything that -/// can be a VariantList / Vec<T> +/// can be a [VariantList] impl<T, S> crate::message::NetworkList for HashMap<T, S> where T: std::convert::TryFrom<Variant> + Into<Variant> + Clone + std::hash::Hash + std::cmp::Eq, |
