Type Definition skytable::SkyResult

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

A generic result type