Struct staticdir::errors::BadString
[−]
[src]
pub struct BadString { // some fields omitted }
Generated when failed to convert OsString
to String
pub struct BadString { // some fields omitted }
Generated when failed to convert OsString
to String
impl BadString
impl Error for BadString
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Display for BadString
impl Eq for BadString
impl PartialEq for BadString
impl Debug for BadString