pub type CreateCanisterResult = Result<CanisterId, CreateCanisterError>;
Aliased Type§
enum CreateCanisterResult {
Ok(Principal),
Err(CreateCanisterError),
}
Variants§
Ok(Principal)
Contains the success value
Err(CreateCanisterError)
Contains the error value