Module collagen::from_json

source ·

Re-exports

Modules

  • Implements the decoding methods for Fibroblast, which let you produce a Fibroblast from some serialized data (e.g. a directory with the necessary manifest and files)
  • Lots can go wrong while decoding. Let’s codify that! This file provides the enum ClgnDecodingError, which wraps all the various errors that an arise during the decoding process. This file also provides ClgnDecodingResult<T> which is a Result whose Err variant wraps a ClgnDecodingError.