Struct foxbox_taxonomy::values::TypeError
[−]
[src]
pub struct TypeError {
pub expected: Type,
pub got: Type,
}Representation of a type error.
Fields
expected | The type we expected. |
got | The type we actually got. |