pub type RnpResult = u32;
Expand description

Native RNP result type.

Trait Implementations§

source§

impl From<Error> for RnpResult

source§

fn from(e: Error) -> RnpResult

Converts to this type from the input type.