pub async fn read_ship_locker_file<P: AsRef<Path>>(
path: P,
) -> Result<ShipLocker, ReadShipLockerFileError>
Available on crate feature
asynchronous
only.pub async fn read_ship_locker_file<P: AsRef<Path>>(
path: P,
) -> Result<ShipLocker, ReadShipLockerFileError>
asynchronous
only.