Function radicle_surf::file_system::unsound::path::new[][src]

pub fn new(path: &str) -> Path
Expand description

NB: Use with caution!

Calls try_from on the input and expects it to not fail.

Used for testing and playground purposes.