use crateparser;
use Result;
use ModelReader;
use Model;
use Read;
// ------------------------------------------------------------------------------------------------
// Public Types
// ------------------------------------------------------------------------------------------------
///
/// Read a [Model](../atelier_core/model/struct.Model.html) from the Smithy native representation.
///
;
// ------------------------------------------------------------------------------------------------
// Implementations
// ------------------------------------------------------------------------------------------------