Type Definition ejni::PrimitiveResult

source · []
pub type PrimitiveResult<'a, T> = Result<T, PrimitiveError<'a>>;
Expand description

Result returned from functions that retrieve a primitive from the respective primitive’s Object equivalent