Type Definition docker_api::errors::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Represents the result of all docker operations