Type Definition nodex_api::NapiResult

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