TransformResult

Type Alias TransformResult 

Source
pub type TransformResult = BNTransformResult;

Aliased Type§

#[repr(u8)]
pub enum TransformResult { TransformSuccess = 0, TransformNotAttempted = 1, TransformFailure = 2, TransformRequiresPassword = 3, }

Variants§

§

TransformSuccess = 0

§

TransformNotAttempted = 1

§

TransformFailure = 2

§

TransformRequiresPassword = 3