pub type StaticFileProducerResult = ProviderResult<StaticFileTargets>;Expand description
Result of StaticFileProducerInner::run execution.
Aliased Type§
pub enum StaticFileProducerResult {
Ok(StaticFileTargets),
Err(ProviderError),
}Variants§
Ok(StaticFileTargets)
Contains the success value
Err(ProviderError)
Contains the error value
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.