Type Definition pro_env::Result[][src]

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

A result of environmental operations.