pub type SdResult<T> = Result<T, ShadowError>;Expand description
Results returned by the shadow-rs build process.
For more information see ShadowError.
pub type SdResult<T> = Result<T, ShadowError>;Results returned by the shadow-rs build process.
For more information see ShadowError.