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

pub type HelperResult<T> = Result<T, HelperError>;
Expand description

Result type returned when invoking helpers.