pub type TurnkeyResult<T> = Result<T, TurnkeyError>;
Expand description
Result type for Turnkey operations
Aliased Type§
enum TurnkeyResult<T> {
Ok(T),
Err(TurnkeyError),
}
pub type TurnkeyResult<T> = Result<T, TurnkeyError>;
Result type for Turnkey operations
enum TurnkeyResult<T> {
Ok(T),
Err(TurnkeyError),
}