Type Definition roblox_install::Result[][src]

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

A wrapper for Result that contains [Error] in the Err type.