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

Aliased Type§

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

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(PeerError)

Contains the error value