Struct wick_component_codegen::Config
source · pub struct Config { /* private fields */ }
Implementations§
source§impl Config
impl Config
pub fn new() -> Self
sourcepub fn out_dir(self, out_dir: impl AsRef<Path>) -> Self
pub fn out_dir(self, out_dir: impl AsRef<Path>) -> Self
Set the output directory to generate code to.
Defaults to the OUT_DIR
environment variable.
sourcepub fn raw(self, value: bool) -> Self
pub fn raw(self, value: bool) -> Self
Generates code that does not automatically deserialize packets.