Trait substrate::schematic::schema::FromSchema
source · pub trait FromSchema<S: Schema + ?Sized>: Schema + FromSchema<S> { }
Expand description
A Substrate wrapper for scir::schema::FromSchema
.
This trait should never be directly implemented. Implementing scir::schema::FromSchema
should suffice provided that the necessary trait bounds are satisfied.
Object Safety§
This trait is not object safe.