pub trait InterchangeContextTrait:
AsAnyValue
+ AnyValueTrait
+ Send
+ Sync {
// Required methods
fn clone_boxed(&self) -> InterchangeContext;
fn get_header(&self, headerName__376: Arc<String>) -> Option<Arc<String>>;
}pub trait InterchangeContextTrait:
AsAnyValue
+ AnyValueTrait
+ Send
+ Sync {
// Required methods
fn clone_boxed(&self) -> InterchangeContext;
fn get_header(&self, headerName__376: Arc<String>) -> Option<Arc<String>>;
}