Struct staticdir::errors::BadString [] [src]

pub struct BadString {
    // some fields omitted
}

Generated when failed to convert OsString to String

Methods

impl BadString

fn new(desc: &str) -> BadString

Trait Implementations

impl Error for BadString

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl Display for BadString

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

Derived Implementations

impl Eq for BadString

impl PartialEq for BadString

fn eq(&self, __arg_0: &BadString) -> bool

fn ne(&self, __arg_0: &BadString) -> bool

impl Debug for BadString

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