From e41ef1df1f04242d0eb4486f2e61f3c11fb435db Mon Sep 17 00:00:00 2001 From: Bastian Schubert Date: Fri, 2 Aug 2024 13:58:24 +0200 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74985f2..9aca47e 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ For the UUID case `gin-tonic` offers two features: - `uuid_string` => proto transport is `string`, parsing error is handled within wire type conversion - `uuid_bytes` => proto transport is `bytes`, this does not require additional error handling -You can add you own types by implementing the `FromWire` and `IntoWire` traits for your type. +You can add you own types by implementing the `PbType` trait for your type. ## Benchmarks