[][src]Type Definition bdrck::error::Result

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

A Result type which uses bdrck's internal Error type.