Macro plumber_rs::no_protocol[][src]

macro_rules! no_protocol {
    () => { ... };
}

Make the servlet implementation uses untyped mode, which we just do the pipe IO instead.

This should be use inside the servlet implementation block