Trait InspectStrategy
pub trait InspectStrategy {
type Value;
}
Expand description
Required Associated Types§
type Value
type Value
The value representing the asset’s state related to this InspectStrategy
.
pub trait InspectStrategy {
type Value;
}
The value representing the asset’s state related to this InspectStrategy
.