pub type FrankaResult<T> = Result<T, FrankaException>;
Expand description

Result type which can have FrankaException as Error