Skip to main content

RegisterProtocolResponse

Type Alias RegisterProtocolResponse 

Source
pub type RegisterProtocolResponse = Result<(), ErrorOf<RegisterProtocolErrorKind>>;

Aliased Type§

pub enum RegisterProtocolResponse {
    Ok(()),
    Err(ErrorOf<RegisterProtocolErrorKind>),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ErrorOf<RegisterProtocolErrorKind>)

Contains the error value