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