Type Definition interactive_parse::error::SchemaResult

source ·
pub type SchemaResult<T> = Result<T, SchemaError>;