Trait InspectStrategy
Source pub trait InspectStrategy {
type Value;
}
Expand description
A strategy for use in the Inspect
implementations.
The common inspect strategies are:
The value representing the asset’s state related to this InspectStrategy
.