Skip to main content

RegistrationResult

Type Alias RegistrationResult 

Source
pub type RegistrationResult = Result<ActorPath, RegistrationError>;
Expand description

Convenience alias for the result of a path registration attempt

Aliased Type§

pub enum RegistrationResult {
    Ok(ActorPath),
    Err(RegistrationError),
}

Variants§

§1.0.0

Ok(ActorPath)

Contains the success value

§1.0.0

Err(RegistrationError)

Contains the error value