Type Definition chromiumoxide_types::CommandResult[][src]

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

Represents the successfully deserialization of an incoming response.

A response can either contain the result (Command::Response) are an error Error.