[][src]Type Definition samp::error::AmxResult

type AmxResult<T> = Result<T, AmxError>;

A specialized Result type for operations on AMX.