Type Definition rincon_session::Result [] [src]

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

The Result type returned by methods of this crate.