gnuplot_wrapper::command

Trait Command

source
pub trait Command {
    // Required method
    fn to_raw(&self) -> String;
}
Expand description

Interface for all commands

Required Methods§

source

fn to_raw(&self) -> String

Convert command to printable string

Implementors§