pub type ValidatorBox = Validator_TO<'static, RBox<()>>;
Aliased Type§
#[repr(transparent)]pub struct ValidatorBox {
pub obj: RObject<'static, RBox<()>, Validator_Interface, VTable_Prefix<(), RBox<()>>>,
/* private fields */
}
Fields§
§obj: RObject<'static, RBox<()>, Validator_Interface, VTable_Prefix<(), RBox<()>>>