pub type PeerControllerGetConfigurationResult = Result<(), PeerError>;

Aliased Type§

enum PeerControllerGetConfigurationResult {
    Ok(()),
    Err(PeerError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(PeerError)

Contains the error value