Trait huber_common::str::OsStrExt[][src]

pub trait OsStrExt {
    fn to_str_direct(&self) -> &str;
fn to_string_direct(&self) -> String; }

Required methods

Implementations on Foreign Types

impl OsStrExt for OsStr[src]

Implementors