pub trait SchemaExtPl {
// Required method
fn matches_schema(
&self,
other: &Schema<DataType>,
) -> Result<bool, PolarsError>;
}
pub trait SchemaExtPl {
// Required method
fn matches_schema(
&self,
other: &Schema<DataType>,
) -> Result<bool, PolarsError>;
}