Skip to main content

check_reconstructible

Function check_reconstructible 

Source
fn check_reconstructible(
    object_id: &ObjectId,
    column: &str,
    type: &DataType,
) -> Result<(), StubError>
Expand description

Reject a type the builder cannot express, naming the column that carries it.