Type Definition fourleaf::de::Result [] [src]

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

The general result type returned by deserialising functions.