Type Definition avm_server::AVMResult

source ·
pub type AVMResult<T, E> = Result<T, AVMError<E>>;