Skip to main content

with_namespace

Macro with_namespace 

Source
macro_rules! with_namespace {
    ($req:expr, $ns:expr) => { ... };
}
Expand description

Help to inject namespace into request.

To use this macro, the tonic::Request is needed.