ion-schema 0.15.0

Implementation of Amazon Ion Schema
Documentation
1
2
3
4
5
6
// TODO: Implement Import for schema
/// Implementation of [Import] that represents all the types imported by a Schema from one schema id.
#[derive(Debug, Clone)]
pub struct Import {}

impl Import {}