Type Definition avm_server::AVMResult[][src]

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