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