[][src]Type Definition bracket::helper::HelperResult

type HelperResult<T> = Result<T, HelperError>;

Result type returned when invoking helpers.