Type Definition nativeshell::shell::AsyncMethodCallResult[][src]

pub type AsyncMethodCallResult<V> = Result<V, AsyncMethodCallError<V>>;