pub type SvcStashProviderGetResult = Result<ServerEnd<SvcStashMarker>, i32>;
Aliased Type§
enum SvcStashProviderGetResult {
Ok(ServerEnd<SvcStashMarker>),
Err(i32),
}
Variants§
Ok(ServerEnd<SvcStashMarker>)
Contains the success value
Err(i32)
Contains the error value