[−][src]Type Definition samp::prelude::AmxResult
type AmxResult<T> = Result<T, AmxError>;
A specialized Result type for operations on AMX.
type AmxResult<T> = Result<T, AmxError>;
A specialized Result type for operations on AMX.