Type Definition sunk::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

An alias for sunk’s error result type.