RelPath

Type Alias RelPath 

Source
pub type RelPath = String;
Expand description

A relative path inside an artifact

This is a String because when deserializing this may be a path format from a different OS!

(Should we normalize this one?)

Aliased Typeยง

pub struct RelPath { /* private fields */ }