Struct blerp::Blerp [] [src]

pub struct Blerp {
    // some fields omitted
}

Methods

impl Blerp
[src]

fn new<S>(argv: Vec<S>) -> Result<Self, Error> where S: AsRef<str>

fn run(&self) -> Result<(), &str>

Trait Implementations

impl Debug for Blerp
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.