Module succinct

Module succinct 

Source
Expand description

Various types and helpers that reduce boilerplate code.

Structs§

Errorlike
Errorlike is a newtype for conditionally implementing the Error trait on types that satisfy Debug and Display but do not implement Error directly.

Type Aliases§

CowStr
An alias for a very common type of Cow, being a lazily constructed String from a 'static string slice.