We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eef2004 + 2ebfbb8 commit f417031Copy full SHA for f417031
src/context.rs
@@ -6,7 +6,7 @@
6
use crate::ttrpc::KeyValue;
7
use std::collections::HashMap;
8
9
-#[derive(Default, Debug)]
+#[derive(Clone, Default, Debug)]
10
pub struct Context {
11
pub metadata: HashMap<String, Vec<String>>,
12
pub timeout_nano: i64,
0 commit comments