Type Definition nix::Result[][src]

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

Nix Result Type