Type Alias LkError

Source
pub type LkError = Error;
Expand description

The only error format linkspace supports - alias for anyhow::Error

Aliased Typeยง

struct LkError { /* private fields */ }