convert_uncompressed

Function convert_uncompressed 

Source
pub fn convert_uncompressed<T>(
    reader: impl Read,
    settings: &Settings,
) -> Result<WorldEdit>
where T: Loadable + ToInternal,
Expand description

Converts an uncompressed schematic reader to a WorldEdit schematic. If you have a GZIP-compressed schematic reader, use convert instead.

ยงErrors

Returns an error if Loadable::load or ToInternal::to_internal fails.