mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
cli: integrate TaskExecutor (#1314)
This commit is contained in:
@ -170,3 +170,9 @@ impl<D> AsRef<Path> for PlatformPath<D> {
|
||||
self.0.as_path()
|
||||
}
|
||||
}
|
||||
|
||||
impl<D> From<PlatformPath<D>> for PathBuf {
|
||||
fn from(value: PlatformPath<D>) -> Self {
|
||||
value.0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user