Type Definition air_test_utils::prelude::AVMResult

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