Type Definition frodobuf::HandlerResult[][src]

type HandlerResult<T> = Result<T, Box<dyn Error + Sync + Send>>;