Trait StashStrategy
pub trait StashStrategy {
type Success;
}
Expand description
Required Associated Types§
type Success
type Success
This type represents a successful asset stashing.
It will be in the Result
type of the Stash::stash
function.