jam_pvm_common

Trait IntoInnerResult

Source
pub trait IntoInnerResult {
    // Required method
    fn into_inner_result(self) -> Result<InnerResult, InnerError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoInnerResult for u64

Implementors§