Function winpath::to_u16

source ·
pub fn to_u16<T>(orig_path: T) -> Result<Vec<u16>, ()>where
    T: Conv,