Untyped

Type Alias Untyped 

Source
pub type Untyped = Infallible;
Expand description

A marker for GenericError that indicates it doesn’t have knowledge of the type it is wrapping

Aliased Type§

pub enum Untyped {}