Type Definition deckster::errors::Res[][src]

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