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.
1 parent cf6a446 commit 882eb11Copy full SHA for 882eb11
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