Type Definition osu::error::Result [] [src]

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

The result type used throughout the library.