pub async fn read_outfitting_file<P: AsRef<Path>>(
path: P,
) -> Result<Outfitting, ReadOutfittingFileError>
Available on crate feature
asynchronous
only.pub async fn read_outfitting_file<P: AsRef<Path>>(
path: P,
) -> Result<Outfitting, ReadOutfittingFileError>
asynchronous
only.