pub trait InspectorOptionsType {
    type TypedOptions: Default;
    type Options: From<Self::TypedOptions>;
}

Required Associated Types

Implementations on Foreign Types

Implementors