Function std::os::dll_filename[src]
pub fn dll_filename(base: &str) -> String
Returns the proper dll filename for the given basename of a file as a String.
pub fn dll_filename(base: &str) -> String
Returns the proper dll filename for the given basename of a file as a String.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).