[][src]Type Definition serde_hashkey::Result

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

Helper alias for a Result which already represents our local Error type.