pub type ProfileResult<T> = Result<T, ProfileError>;Expand description
Result type for profile operations
Aliased Type§
pub enum ProfileResult<T> {
Ok(T),
Err(ProfileError),
}pub type ProfileResult<T> = Result<T, ProfileError>;Result type for profile operations
pub enum ProfileResult<T> {
Ok(T),
Err(ProfileError),
}