Type Definition dockerfile_parser::Result[][src]

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

A Dockerfile parsing Result.