We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4263f87 commit 209fcbeCopy full SHA for 209fcbe
tonic-types/src/richer_error/mod.rs
@@ -21,6 +21,7 @@ trait IntoAny {
21
fn into_any(self) -> Any;
22
}
23
24
+#[allow(dead_code)]
25
trait FromAny {
26
fn from_any(any: Any) -> Result<Self, DecodeError>
27
where
0 commit comments