[][src]Type Definition winrt::Result

type Result<T> = Result<T, Error>;

A specialized Result type for Windows Runtime method calls.