assorted_debian_utils::wb

Trait WBCommandBuilder

Source
pub trait WBCommandBuilder {
    // Required method
    fn build(&self) -> WBCommand;
}
Expand description

A trait to build wb commands

Required Methods§

Source

fn build(&self) -> WBCommand

Build a wb command

Implementors§