Type Definition posish::io::Result[][src]

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

A specialized Result type for posish APIs.