Macro plumber_rs::use_protocol[][src]

macro_rules! use_protocol {
    ($name:ident) => { ... };
}

Make the servlet implementation uses the given protocol defined by protodef!

This should be use inside the servlet implementation block.