Type Definition BError
bracket_lib::prelude
type BError = Result<(), Box<dyn Error + 'static + Sync + Send>>;