Type Definition nodex_api::prelude::NapiResult

source · []
pub type NapiResult<T> = Result<T, NapiStatus>;