Type Definition docker_api::errors::Result[][src]

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

Represents the result of all docker operations