Type Definition lfchring::Result[][src]

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

A custom Result type for this crate, combining a return value with a HashRingError.

It is used all over the crate and also returned by many functions and method in its external API.